Package com.github.javaparser.ast.comments


package com.github.javaparser.ast.comments
  • Classes
    Class
    Description
    AST node that represent block comments.
    Abstract class for all AST nodes that represent comments.
    The comments contained in a certain parsed piece of source code.
     
    AST node that represent line comments.
    https://openjdk.org/jeps/467 added support for markdown JavaDoc comments /// That are prefixed with /// /// Support `markdown` markup and references /// And supports substrings not allowed in regular block comments, e.g.
    A Javadoc comment.