org.codehaus.groovy.tools.groovydoc.gstringTemplates
Class GroovyDocTemplateInfo

java.lang.Object
  extended by org.codehaus.groovy.tools.groovydoc.gstringTemplates.GroovyDocTemplateInfo

public class GroovyDocTemplateInfo
extends Object


Field Summary
static String[] DEFAULT_CLASS_TEMPLATES
           
static String[] DEFAULT_DOC_TEMPLATES
           
static String[] DEFAULT_PACKAGE_TEMPLATES
           
 
Constructor Summary
GroovyDocTemplateInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DOC_TEMPLATES

public static final String[] DEFAULT_DOC_TEMPLATES

DEFAULT_PACKAGE_TEMPLATES

public static final String[] DEFAULT_PACKAGE_TEMPLATES

DEFAULT_CLASS_TEMPLATES

public static final String[] DEFAULT_CLASS_TEMPLATES
Constructor Detail

GroovyDocTemplateInfo

public GroovyDocTemplateInfo()

Copyright © 2003-2012 The Codehaus. All rights reserved.