All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen.templates.include.option-javadoc.fmpp Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
<#macro optionJavadoc myName aliasName myPre aliasPre javadoc setComment> 
	/**
	 * Option {@code "${myPre}${myName}"}: ${javadoc}
	 * 

* The option {@code "${myPre}${myName}"} is equivalent to the {@code "${aliasPre}}{@link #${aliasName} ${aliasName}}{@code "} option. <#if setComment> *

* Technically speaking, this field points to a set with the options of the * current set plus the option {@code "${myPre}${myName}"}. If the option {@code "${myPre}${myName}"} * is already set, the field {@code ${myName}} points to the enum constant itself * as it already represents the current set of options. */ <#macro optionJavadocLong opt setComment> <@optionJavadoc opt.name opt.acronym "--" "-" opt.desc setComment/> <#macro optionJavadocAcronym opt setComment> <@optionJavadoc opt.acronym opt.name "-" "--" opt.desc setComment/>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy