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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java303 * @param printTitle true if title for the tag needs to be printed else false
308 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, argument
311 if (printTitle)
336 * @param printTitle true if the title for the tag needs to be printed else false
340 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, Content body) { argument
341 return HEADING(headingTag, printTitle, null, body);

Completed in 35 milliseconds