Subscribe:

Ads 468x60px

Wednesday, April 11, 2012

Doxygen on Linux

Hi all 

Doxygen is a documentation system for C++ ,C,Java ,Objective C,Python ,IDL ,Fortran ,VHDL ,PHP,C#

We can generate html documentation ,Latex document ,man pages ,xml using Doxygen

In Linux there is a GUI for doxygen called doxygen-gui or doxywizard .

Procedure for generating document

  • Keep the source code in a folder ,it can be a header file + cpp code or cpp code alone .
  • Take the GUI
You can type doxywizard in terminal to launch GUI .Browse the source code folder and follow the instruction as per the screenshots

1)Browse the path where source code is placed ,path for output html files




2)Select which type of source

3)Select option for html ,Latex ,man page or xml

4)Select for diagrams


5)Run the doxygen wizard

 6)Save doxygen file



Example files with generted output files

http://www.mediafire.com/?qtdy22fpfyk4d8a

0 comments:

Post a Comment