private void documentation()

in generator/src/main/groovy/model/SiteMap.groovy [64:67]


    private void documentation(Closure docSpec) {
        def clone = docSpec.rehydrate(this, this, this)
        clone()
    }