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