-
-
-
Methods in com.sun.javadoc that return Tag
Modifier and Type |
Method |
Description |
Tag[] |
Doc.firstSentenceTags() |
Deprecated.
Return the first sentence of the comment as an array of tags.
|
Tag[] |
Tag.firstSentenceTags() |
Deprecated.
Return the first sentence of the comment as an array of tags.
|
Tag[] |
Doc.inlineTags() |
Deprecated.
Return comment as an array of tags.
|
Tag[] |
Tag.inlineTags() |
Deprecated.
For a documentation comment with embedded {@link}
tags, return an array of Tag objects.
|
Tag[] |
Doc.tags() |
Deprecated.
Return all tags in this Doc item.
|
Tag[] |
Doc.tags(String tagname) |
Deprecated.
Return tags of the specified kind in
this Doc item.
|