Generated on ${date}
Generated by docJGenerator version ${docjVersion}
The wiki has ${count} articles.
Result: The wiki has 228 articles.
The wiki has ${todo} TODOs.
Result: The wiki has 0 TODOs.
The wiki has ${comment} comments.
Result: The wiki has ${comment} comments.
The parsing emitted ${errors} errorss.
The wiki uses the ${locale} locale.
Result: The wiki uses the en locale.
The wiki uses the ${language} language.
Result: The wiki uses the English language.
version
property:
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -$version=<version_number>
You can also specify a file defining the properties on the command-line with the properties
key. For example:
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -properties=properties.properties
with the following content for this file:version=<version_number>
version
is an ant property:<java classname="org.docgene.main.DocGenerator"> <arg value="-input=wiki/input"/> <arg value="-output=wiki/output"/> <arg value="-search=titles"/> <arg value="-$version=${version}"/> <classpath> <pathelement path="docGenerator.jar"/> </classpath> </java>
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -$version=<version_number>
or by specifying in the GUI a file with the following properties:
version=<version_number>
If the header file contains the following structure:
<header desc="Version ${version}"/>
Then the header will present what we want.docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.