Doxygen Documentation Utility

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Doxygen Documentation Utility

Post by jussij »

With this release of Zeus, the doxygen utility can now be run directly from within the editor, making it possible to generate the documentation for all files contained in the currently opened workspace.

Doxygen is a documentation system for C++, C, Java, IDL (Corba and Microsoft flavors) and to some extent Objective-C, PHP, C# and D. It generates documentation directly from the source files and has options for creating documentation in CHM, RTF, PostScript, PDF, HTML and Unix Man Page formats. As an added bonus any CHM files created can used by the Zeus Quick Help feature.

NOTE: If CHM documentation is required the Microsoft HTML Workshop will need to be downloaded and installed separately.

To use the doxygen utility from within Zeus do the following:
  1. Open an existing workspace
  2. Start the Doxygen Wizard using the Workspace, Doxygen Documentation menu
  3. Use the Options button to configure the build
  4. Use the Build button to create the documentation
  5. Use the Help button to display additional help information
Post Reply