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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java1386 * @param anchorContent the content that should be added to the anchor
1389 public Content getMarkerAnchor(String anchorName, Content anchorContent) { argument
1390 if (anchorContent == null)
1391 anchorContent = new Comment(" ");
1392 Content markerAnchor = HtmlTree.A_NAME(anchorName, anchorContent);

Completed in 291 milliseconds