Doxygen
时间:2010-07-12 来源:djstava
Doxygen is a documentation system for c、c++、php、java etc.It can generate an on line documentation browser(in html) and an off line reference manual(in latex) from a set of documented source files.
Step 1
Easy step to install in ubuntu
sudo apt-get install doxygen doxygen-gui
Step 2
Easy step to use
doxywizard
1 Select the working dir,type the project name and version,then write the docs destination directory.
2 Select the desired extraction mode and programming language
3 Select the output formats to generate(both HTML and LATEX)
4 Change the Expert attribute if necessary
5 Run doxygen
Step 3
View the document generated by doxygen
djstava
Step 1
Easy step to install in ubuntu
sudo apt-get install doxygen doxygen-gui
Step 2
Easy step to use
doxywizard
1 Select the working dir,type the project name and version,then write the docs destination directory.
2 Select the desired extraction mode and programming language
3 Select the output formats to generate(both HTML and LATEX)
4 Change the Expert attribute if necessary
5 Run doxygen
Step 3
View the document generated by doxygen
djstava
相关阅读 更多 +