documentation-macros 1.1

Summary

JPlate documentation functionality

Import Summary

Import Definitions
FileDescriptionComment
common.xmlCommon functionality. Import our common functionality.
development-macros.xmlDevelopment functionality. Import our common functionality.
documentation-properties.xmlDocumentation properties. Import our common functionality.
documentation-scripts.xmlDocumentation scripts. Import our common functionality.
environment-macros.xmlEnvironment functionality. Import our common functionality.
utility-macros.xmlUtility functionality. Import our common functionality.

Macro Definition Summary

Macro Definitions
NameDescriptionURI
ant2htmlConverts Ant scripts to HTMLhttp://jplate.sourceforge.net/documentation
ant2htmlWithNavLinksConverts Ant scripts to HTMLhttp://jplate.sourceforge.net/documentation
antDocConverts Ant scripts to HTMLhttp://jplate.sourceforge.net/documentation
svn2htmlConverts Subversion output to HTMLhttp://jplate.sourceforge.net/documentation
svn2htmlWithNavLinksConverts Subversion output to HTMLhttp://jplate.sourceforge.net/documentation

Target Summary

Target Definitions
NameDependsUnlessDescription
print-document-environmentNot DefinedNot DefinedDump documentation environment to console

Details

Macro Definition Details

ant2html

Converts Ant scripts to HTML

Attribute Definitions
NameDescriptionDefault
basedirThe directory in which to start searching for Ant scripts.Not Defined
destdirThe directory in which the transformation will occur.Not Defined
includesThe file pattern to include when transforming.Not Defined
versionThe version number/value to include in the heading.Not Defined
descriptionInformation about this macro call.Not Defined

ant2htmlWithNavLinks

Converts Ant scripts to HTML

Attribute Definitions
NameDescriptionDefault
basedirThe directory in which to start searching for Ant scripts.Not Defined
destdirThe directory in which the transformation will occur.Not Defined
includesThe file pattern to include when transforming.Not Defined
displayNavLinksFlag if true states navigation links be enabled.true
prevLinkLink to previous document.Not Defined
upLinkLink to go up a level.Not Defined
nextLinkLink to next document.Not Defined
versionThe version number/value to include in the heading.Not Defined
descriptionInformation about this macro call.Not Defined

antDoc

Converts Ant scripts to HTML

Attribute Definitions
NameDescriptionDefault
dirThe directory to start recursively applying AntDoc.Not Defined
descriptionInformation about this macro call.Not Defined

svn2html

Converts Subversion output to HTML

Attribute Definitions
NameDescriptionDefault
srcdirThe base directory in which to gather Subversion log information.Not Defined
destdirThe directory in which the transformation will occur.Not Defined
log-fileThe file that will contain the outputted XML.svn-log.xml
html-fileThe file that will contain HTML conversion from @{log-file}svn-log.html
rev-startThe Subversion starting revision number.0
rev-endThe Subversion ending revision number.HEAD
versionThe version number/value to include in the heading.Not Defined
descriptionInformation about this macro call.Not Defined

svn2htmlWithNavLinks

Converts Subversion output to HTML

Attribute Definitions
NameDescriptionDefault
srcdirThe base directory in which to gather Subversion log information.Not Defined
destdirThe directory in which the transformation will occur.Not Defined
displayNavLinksFlag if true states navigation links be enabled.true
prevLinkPrevious link.Not Defined
upLinkLink to go up a level.Not Defined
nextLinkLink to go up a level.Not Defined
log-fileThe file that will contain the outputted XML.svn-log.xml
html-fileThe file that will contain HTML conversion from @{log-file}svn-log.html
rev-startThe Subversion starting revision number.0
rev-endThe Subversion ending revision number.HEAD
versionThe version number/value to include in the heading.Not Defined
descriptionInformation about this macro call.Not Defined

Target Detail

print-document-environment

Dump documentation environment to console

This target will print the documentation environment.

PrevUpNext