AutoDox2 documents programs, classes, procedures, methods, properties, and specially formatted comments. Developers use doc-comments to streamline the system documentation process and encourage the re-use of system components.

Quick Example

This:

  /** Submit a PrintDocument to this printer.
   * @param printDocument The document to print.
   * @return The print job ID.
   */
  METHOD PUBLIC INT64 addToQueue(printDocument AS CLASS PrintDocument):
becomes:
PUBLIC INT64 addToQueue(PrintDocument printDocument)
Submit a PrintDocument to this printer.

Parameters:
printDocument - The document to print.
Returns:
The print job ID.

For a more complete example, see sample output generated by AutoDox2. Download sample-input.zip to see the ABL snippets of code which were used as input. Download sample-output.zip to browse the directories and files generated by AutoDox2.

See Purchase for licensing and pricing details.

Copyright © 2001-2015 Joanju Software. All rights reserved.
Joanju, Joanju Proparse, and Joanju AutoDox are trademarks of Joanju Software.