Syntax #
prolog.meta.version ((version)(release)(modification))
version
value for version
release (optional)
value for release
modification (optional)
value for modification
Purpose #
The p.meta.version annotation is used to allow the user to specify version information at the topic level.
The following is an example of the annotation with all optional arguments included.
prolog.meta.version(3.8;release=4.7;modification=1.1)
The following is an example of the DITA output you would get from this annotation.
<prolog> <metadata> <prodinfo> <prodname/> <vrmlist> <vrm release="4.7" modification="1.1" version="3.8"/> </vrmlist> </prodinfo> </metadata> </prolog>