Tools and discussions related to documenting ABL code
The ProStyle project uses various features from Proparse in order to pretty-print P4GL/ABL.
AutoDox is an automated code documentor which uses Proparse to find significant features in your programs and then output details of these features in HTML documents. Some features so far reported in the generated documents are a program's parameters, internal procedures and functions, as well as comments where possible.
PRO/Dox by Gordon Campbell takes AutoDox in two whole new directions. First, it generates XML instead of HTML, so that documentation can more easily be rendered in other formats (Word, PDF, etc). Second, it generates wire-frame diagrams of the frames it finds in your source code!
This program takes an XREF / STRING-XREF pair of files and translates them into a set of temp tables.
This is a code formatter program for alignment of a 4GL character base program.