Package com.github.javaparser.javadoc.description


package com.github.javaparser.javadoc.description
  • Interface Summary
    Interface
    Description
    An element of a description: either an inline tag or a piece of text.
  • Class Summary
    Class
    Description
    A javadoc text, potentially containing inline tags.
    An inline tag contained in a Javadoc description.
    A piece of text inside a Javadoc description.
  • Enum Summary
    Enum
    Description
    The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag.