Generating Documentation for Your EPL Code
Just as you can use the Javadoc tool to generate documentation for Java, you can use ApamaDoc to generate documentation for EPL. ApamaDoc, which is based on Javadoc, generates reference documentation from EPL source code. To enhance what ApamaDoc automatically generates, you can insert annotations in block comments. Annotations are a mixture of text and tags.
ApamaDoc is an export wizard in Software AG Designer. It generates static HTML pages that document the structure of all EPL code in a project. This includes the .mon files that you create as well as all .mon files in all bundles that have been added to a project.
Alternatively, you can generate ApamaDoc using the apamadoc command-line tool or from an Ant script.