Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for mergeTypes (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy

            }
        }
    
        def mergeTypes(Element typeTable, DslDocModel model) {
            typeTable.addFirst {
                thead {
                    tr {
                        td('Type')
                        td('Description')
                    }
                }
            }
    
            typeTable.tr.each { Element tr ->
                mergeType(tr, model)
            }
        }
    
    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)
Back to Top