CodeInfo
CodeInfo is a software development tool to create and maintain the documentation of a C/C++ source code set.
The main characteristic of this application is that it maintains the documentation in a separate XML file not in source code comments.
The tool is composed of several programs to provide the following functionalities:
- extract C/C++ elements definitions from the source code
- create and edit XML documentation files
- update the XML documentation file with the new or modified items
- check the documentation for its completeness
- generate formatted documentation from the XML file
- calculate basic source code statistics
The output format for the documentation are HTML, compiled HTML (for Windows HTMLHelp), and PDF. Read more...
|