Skip to content

Commit

Permalink
Support grails.doc configuration as nested closures in Config.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenfra committed Jun 11, 2012
1 parent ccd0645 commit 6db1d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_GrailsDocs.groovy
Expand Up @@ -265,7 +265,7 @@ ${m.arguments?.collect { '* @'+GrailsNameUtils.getPropertyName(it)+'@\n' }}
publisher.license = ""
publisher.copyright = ""
publisher.footer = ""
publisher.engineProperties = config?.grails?.doc
publisher.engineProperties = config?.grails?.doc?.flatten()
// if this is a plugin obtain additional metadata from the plugin
readPluginMetadataForDocs(publisher)
readDocProperties(publisher)
Expand Down

0 comments on commit 6db1d27

Please sign in to comment.