Information AboutDoxygen |
| CATEGORIES ABOUT DOXYGEN | |
| free documentation generators | |
Doxygen is a Documentation Generator for C++ , C , Java , Objective-C , Python , IDL ( Corba and Microsoft flavors) and to some extent PHP , C# , D and ActionScript . It runs on most Unix-like systems as well as on Windows and Mac OS X . Most of the Doxygen code was written by Dimitri Van Heesch . KDE uses Doxygen for parts of its documentation and KDevelop has built-in support for it. USAGE Like Javadoc , Doxygen extracts documentation from source file comments. In addition to the Javadoc syntax it supports the documentation tags used in the Qt Toolkit and can generate output in HTML as well as in CHM , RTF , PDF , LaTeX , PostScript or Man Pages . EXAMPLE CODE The following illustrates how a source file can be documented.
class Time {
Time(int timemillis) { ... }
static Time now() { ... } }; SEE ALSO
EXTERNAL LINKS
|
|
|