public class PicardHelpDoclet
extends org.broadinstitute.barclay.help.HelpDoclet
| Constructor | Description |
|---|---|
PicardHelpDoclet() |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.broadinstitute.barclay.help.DocWorkUnit |
createWorkUnit(org.broadinstitute.barclay.help.DocumentedFeature documentedFeature,
ClassDoc classDoc,
Class<?> clazz) |
|
protected Map<String,String> |
getGroupMap(org.broadinstitute.barclay.help.DocWorkUnit docWorkUnit) |
Adds a super-category so that we can custom-order the categories in the doc index
|
String |
getIndexTemplateName() |
Return the name of the freemarker template to be used for the index generated by Barclay.
|
static boolean |
start(RootDoc rootDoc) |
Create a doclet of the appropriate type and generate the FreeMarker templates properties.
|
createGSONWorkUnit, findWorkUnitForClass, getBuildTimeStamp, getBuildVersion, getClassDocForClass, getDestinationDir, getIndexBaseFileName, getIndexFileExtension, getOutputFileExtension, getRootDoc, groupIndexMap, includeInDocs, indexDataMap, optionLength, parseOption, processIndexTemplate, processWorkUnitTemplate, showHiddenFeatures, startProcessDocs, validateDocletStartingStatepublic static boolean start(RootDoc rootDoc) throws IOException
rootDoc - IOExceptionpublic String getIndexTemplateName()
getIndexTemplateName in class org.broadinstitute.barclay.help.HelpDocletprotected org.broadinstitute.barclay.help.DocWorkUnit createWorkUnit(org.broadinstitute.barclay.help.DocumentedFeature documentedFeature,
ClassDoc classDoc,
Class<?> clazz)
createWorkUnit in class org.broadinstitute.barclay.help.HelpDocletdocumentedFeature - DocumentedFeature annotation for the target featureclassDoc - javadoc classDoc for the target featureclazz - class of the target featureprotected final Map<String,String> getGroupMap(org.broadinstitute.barclay.help.DocWorkUnit docWorkUnit)
getGroupMap in class org.broadinstitute.barclay.help.HelpDocletdocWorkUnit -