api / org.gradle.external.javadoc / StandardJavadocDocletOptions / getWindowTitle

getWindowTitle

open fun getWindowTitle(): String

Overrides MinimalJavadocOptions.getWindowTitle

-windowtitle title

Specifies the title to be placed in the HTML <title> tag. This appears in the window title and in any browser bookmarks (favorite places) that someone creates for this page. This title should not contain any HTML tags, as the browser will not properly interpret them. Any internal quotation marks within title may have to be escaped. If -windowtitle is omitted, the Javadoc tool uses the value of -doctitle for this option. javadoc -windowtitle "Java 2 Platform" com.mypackage