Searched defs:see (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java131 * missing. (Also see DocRootTaglet for {@docRoot} tags in doc
2127 public String seeTagToString(SeeTag see) { argument
2128 String tagName = see.name();
2129 if (! (tagName.startsWith("@link") || tagName.equals("@see"))) {
2134 String label = see.label();
2138 String seetext = replaceDocRootDir(see.text());
2140 //Check if @see is an href or "string"
2146 //The text from the @see tag. We will output this text when a label is not specified.
2149 ClassDoc refClass = see.referencedClass();
2150 String refClassName = see
[all...]

Completed in 38 milliseconds