|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] APL and text editors- some initial thoughts |
Date: | Tue, 29 Apr 2014 12:26:09 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Peter,
good question, I'm really happy to explain it. GNU APL is almost completely Doxygen documented. Almost conmpletely means that new functions take a while before I update the Doxygen documentation (it makes little sense to do that while functions come and go). Doxygen is a terrific tool for creating software documentation. If you run 'make DOXY' in the top-level GNU APL directory then it will create a lot of .html files in the directory html. You can browse these files, starting at index.html. The files show the structure of the code, who calls whom etc. Now back to your question: You may have noticed that the comments in the header file start with /// instead of //. That is a marker for Doxygen telling it that the line is documentation for the item following it. And the \b is a Doxygen formating character for bold so that the next work will be bold in the Doxygen generated files. /// Jürgen On 04/28/2014 10:00 PM, Peter Teeson wrote: OK thanks I'll take a look. Been a long while since I did C++ so this will be a refresher. |
[Prev in Thread] | Current Thread | [Next in Thread] |