- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getHighlightStylesheet (0.07 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/DslReference.java
*/ public abstract DirectoryProperty getStylesheetDirectory(); /** * The stylesheet used by the DSL reference to highlight code snippets. */ public abstract RegularFileProperty getHighlightStylesheet(); /** * Resources to include with the generated documentation. */ public abstract ConfigurableFileCollection getResources(); /**Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.9K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
task.source(dslStandaloneDocbook); task.getStylesheetDirectory().convention(dslReference.getStylesheetDirectory()); task.getStylesheetHighlightFile().convention(dslReference.getHighlightStylesheet()); task.getDocbookStylesheets().from(userGuideStyleSheetConf); task.getClasspath().from(userGuideTask);Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 5.7K bytes - Click Count (0)