Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Groovydoc (0.04 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java

         * Link to Groovy API to use when generating Javadoc
         */
        public abstract Property<URI> getGroovyApi();
    
        /**
         * Coordinates of the Groovydoc (Javadoc) artifact used to extract the package list for generating Javadoc offline
         * Example: "org.apache.groovy:groovy-all:4.0.28:groovydoc"
         */
        public abstract Property<String> getGroovyPackageListSrc();
    
        /**
         * The CSS file to style Javadocs with
         */
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Aug 21 16:24:54 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ClassDoc.groovy

            classBlocks.sort { it.name }
            classExtensions.sort { it.pluginId }
            return this
        }
    
        String getStyle() {
            return classMetaData.groovy ? 'groovydoc' : 'javadoc'
        }
    
        private Element getTable(String title) {
            def table = getSection(title).table[0]
            if (!table) {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 6.2K bytes
    - Viewed (0)
Back to top