- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for methodsSection (0.09 sec)
-
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy
def methodsSection = withCategories { content.section.find { it.title[0].text().trim() == 'Methods' } } def methodDetailsSection = withCategories { content.section.find { it.title[0].text().trim() == 'Method details' } } def methodsTable = withCategories { methodsSection ? methodsSection.table[0] : parse('<table/>') }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 40.8K bytes - Viewed (0)