Griffon 1.2.0

org.codehaus.griffon.cli.shell.command
[Java] Class DocCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.DocCommand

@Command(scope = "griffon",
        name = "doc",
        description = "Creates documentation for a Griffon project")
public class DocCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private boolean init

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
DocCommand()

 

Field Detail

init

@Option(name = "--init",
            description = "Initializes the documentation source tree.",
            required = false)
private boolean init


 
Constructor Detail

DocCommand

DocCommand()


 

Groovy Documentation