Module Javadoc
Provides classes and predicates for working with Javadoc documentation.
Import path
import semmle.code.java.Javadoc
Imports
Location |
Provides classes and predicates for working with locations. |
Classes
AuthorTag |
A Javadoc |
Documentable |
A documentable element that can have an attached Javadoc comment. |
Javadoc |
A Javadoc comment. |
JavadocElement |
A common super-class for Javadoc elements, which may be either tags or text. |
JavadocParent |
A Javadoc parent is an element whose child can be some Javadoc documentation. |
JavadocTag |
A Javadoc block tag. This does not include inline tags. |
JavadocText |
A piece of Javadoc text. |
KtComment |
A Kotlin comment. |
KtCommentSection |
A Kotlin comment. |
ParamTag |
A Javadoc |
SeeTag |
A Javadoc |
ThrowsTag |
A Javadoc |