- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 283 for Javadocs (0.09 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java
/** * Configuration for generating Javadocs */ public abstract class Javadocs { /** * Link to Java API to use when generating Javadoc */ public abstract Property<URI> getJavaApi(); /** * Link to Groovy API to use when generating Javadoc */ public abstract Property<URI> getGroovyApi(); /** * The CSS file to style Javadocs with */
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Mar 17 08:08:46 UTC 2023 - 1.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
} public void dslReference(Action<? super DslReference> action) { action.execute(dslReference); } public Javadocs getJavadocs() { return javadocs; } public void javadocs(Action<? super Javadocs> action) { action.execute(javadocs); } public KotlinDslReference getKotlinDslReference() { return kotlinDslReference; }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 20 14:11:17 UTC 2024 - 4.4K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
task.setDestinationDir(generatedJavadocDirectory.get().getAsFile()); }); extension.javadocs(javadocs -> { javadocs.getJavadocCss().convention(extension.getSourceRoot().file("css/javadoc.css")); // TODO: destinationDirectory should be part of Javadoc
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 20 14:11:17 UTC 2024 - 7.3K bytes - Viewed (0) -
compat/maven-builder-support/src/site/site.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
api/maven-api-xml/src/site/site.xml
<edit>${project.scm.url}</edit> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Javadocs" href="apidocs/index.html"/> <item name="Source Xref" href="xref/index.html"/> <!--item name="FAQ" href="faq.html"/--> </menu> <menu ref="parent"/> <menu ref="reports"/> </body>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Dec 31 16:32:07 UTC 2022 - 1.4K bytes - Viewed (0) -
compat/maven-toolchain-model/src/site/site.xml
<edit>${project.scm.url}</edit> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Javadocs" href="apidocs/index.html"/> <item name="Source Xref" href="xref/index.html"/> <!--item name="FAQ" href="faq.html"/--> </menu> <menu ref="parent"/> <menu ref="reports"/> </body>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.4K bytes - Viewed (0) -
compat/maven-plugin-api/src/site/site.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.5K bytes - Viewed (0) -
compat/maven-embedder/src/site/site.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
api/maven-api-di/src/site/site.xml
<edit>${project.scm.url}</edit> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Javadocs" href="apidocs/index.html"/> <item name="Source Xref" href="xref/index.html"/> <!--item name="FAQ" href="faq.html"/--> </menu> <menu ref="parent"/> <menu ref="reports"/> </body>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sun Mar 24 21:16:47 UTC 2024 - 1.4K bytes - Viewed (0) -
compat/maven-artifact/src/site/site.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0)