Uses of Class
spoon.javadoc.internal.Javadoc

Packages that use Javadoc
Package
Description
 
  • Uses of Javadoc in spoon.javadoc.internal

    Methods in spoon.javadoc.internal that return Javadoc
    Modifier and Type
    Method
    Description
    Javadoc.addBlockTag(String tagName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Javadoc.addBlockTag(String tagName, String parameter, String content)
    Deprecated, for removal: This API element is subject to removal in a future version.
    For tags like "@return good things" where tagName is "return", and the rest is content.
    Javadoc.addBlockTag(JavadocBlockTag blockTag)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Javadoc
    Javadoc.parse(String commentContent)
    Deprecated, for removal: This API element is subject to removal in a future version.
    parses the Javadoc content (description + tags)