e.java-cl-parser.java-cl-parser.1.7.0.source-code.usage_template.vm Maven / Gradle / Ivy
${nickName}
VERSION
${version}
#if(${synopsis})
SYNOPSIS
#foreach($synline in $synopsis)
${synline}
#end
#end
#if(${description})
DESCRIPTION
#foreach($descline in $description)
${descline}
#end
#end
#if(${options})
OPTIONS
SHORT NAME |LONG NAME |DATA TYPE |DEFAULT |DESCRIPTION
#foreach($optline in $options)
${optline.shortName} |${optline.longName}|${optline.dataType} |${optline.defaultValue} |${optline.descriptionLineOne}
#if(${optline.descriptionLines.size()} > 1)
#foreach($descline in $optline.descriptionLines)
| | | |$descline
#end
#end
#end
#end
#if(${url})
ONLINE DOCUMENTATION
${url}
#end
#if(${scm})
PROJECT
${scm}
#end
#if(${contact})
CONTACT
${contact}
#end