- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getJavadocCss (0.1 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
task.setTitle("Gradle API " + version); Javadocs javadocs = extension.getJavadocs(); // TODO: This should be part of Javadoc task task.getInputs().file(javadocs.getJavadocCss()) .withPropertyName("stylesheetFile") .withPathSensitivity(PathSensitivity.NAME_ONLY); StandardJavadocDocletOptions options = (StandardJavadocDocletOptions) task.getOptions();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 20 14:11:17 UTC 2024 - 7.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java
* Link to Groovy API to use when generating Javadoc */ public abstract Property<URI> getGroovyApi(); /** * The CSS file to style Javadocs with */ public abstract RegularFileProperty getJavadocCss(); /** * A collection of the final rendered Javaodcs */ public abstract ConfigurableFileCollection getRenderedDocumentation();
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Mar 17 08:08:46 UTC 2023 - 1.4K bytes - Viewed (0)