Grails Runtime Docs
Dependency :
compile ":grails-runtime-docs:1.0.0-M1"
Summary
An API Documentation plug-in for Grails Projects that also displays the dynamic methods and properties added to the grails artifacts along with their source information.
Installation
grails install-plugin grails-runtime-docs
Description
The Runtime Docs plugin generates both Java and Groovy documentation for a Grails Project. The groovy documentation is generated from run-time thereby facilitating to display even the dynamic methods and properties added to the grails artifacts from various sources. The HTML docs follow the standard documentation template and also adds "Dynamic Method Summary & Dynamic Method Detail" providing the source information of the dynamic methods.The plugin also helps to easily navigate through the grails artifacts by further categorizing the classes into Controllers, Commands, Domains, Services and Tag Libraries.
Start generating the documentation for your Grails Project by simply executing the following command:Java and Groovy documentation is then generated in target/docs directory.
Usage
First install the plug-in in your Grails Project by executing the following command :grails install-plugin grails-runtime-docs
grails runtime-docs