bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] ]DOXY command


From: Juergen Sauermann
Subject: [Bug-apl] ]DOXY command
Date: Wed, 30 Aug 2017 22:28:40 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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

[Prev in Thread] Current Thread [Next in Thread]