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

/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java368 * @param printTitle true if title for the tag needs to be printed else false
373 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, argument
376 if (printTitle)
401 * @param printTitle true if the title for the tag needs to be printed else false
405 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, Content body) { argument
406 return HEADING(headingTag, printTitle, null, body);
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTree.java389 * @param printTitle true if title for the tag needs to be printed else false
394 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, argument
397 if (printTitle)
422 * @param printTitle true if the title for the tag needs to be printed else false
426 public static HtmlTree HEADING(HtmlTag headingTag, boolean printTitle, Content body) { argument
427 return HEADING(headingTag, printTitle, null, body);

Completed in 119 milliseconds