Hi,

I have finished the first version of a new command named ]DOXYin SVN 1005.

The ]DOXY command dumps the current workspace into several, hyper-linked
.html files for the purpose of documenting the workspace. Similar to Doxygen,
although less beautiful.

The ]DOXY command works only if dot (aka Graphviz) is installed. GNU APL
compiles without it, but the creation of call graphs and caller graphs fails when
dot is missing (dot does the painting of the graphs).

Initially I was trying to extend Doxygen itself to understand APL, but failed big
style achieving that.

The ]DOXY command should also be able to document the workspaces of other
vendors as long as their APL can export workspaces as .ATF files (most can do that,
and for the others creating .ATF files can also easily be done in APL itself).

Enjoy,
/// Jürgen


Reply via email to