Searched refs:InlineTag (Results 1 - 1 of 1) sorted by relevance

/openjdk9/langtools/test/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/
H A DDocCommentGenerator.java100 public enum InlineTag { enum in class:DocCommentGenerator
112 InlineTag(String tagName, String tagValue) { method in class:DocCommentGenerator.InlineTag
116 InlineTag(String tagName, String tagValue, boolean counted) { method in class:DocCommentGenerator.InlineTag
200 return InlineTag.INDEX.value("PackageCommentLabel") + " "
214 String buildComment = InlineTag.INDEX.value("BaseCommentLabel") + " ";
219 + InlineTag.CODE
223 + InlineTag.LITERAL + "\n\n";
261 String buildComment = InlineTag.INDEX.value("ConstCommentLabel") + " ";
274 String buildComment = InlineTag.INDEX.value("FieldCommentLabel") + " ";
286 + InlineTag
[all...]

Completed in 91 milliseconds