- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for blocksTable (0.28 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
} def mergeBlocks(Element blocksTable, DslDocModel model) { blocksTable.addFirst { thead { tr { td('Block') td('Description') } } } def project = model.getClassDoc(Project.class.name) blocksTable.tr.each { Element tr -> mergeBlock(tr, project)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 9.8K bytes - Click Count (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy
_ * classDoc.methodsSection >> methodsSection _ * classDoc.methodsTable >> methodsTable _ * classDoc.methodDetailsSection >> methodDetailsSection _ * classDoc.blocksTable >> blocksTable _ * classDoc.blockDetailsSection >> blockDetailsSection _ * classDoc.description >> parse("<para>${args.description ?: 'description'}</para>")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 40.8K bytes - Click Count (0)