Configuring and Using Doxygen: Difference between revisions

Created page with "== Introduction == Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. It ..."
 
Line 38: Line 38:
7. Now you can browse the code by going to the html directory generated in the source files' directory and opening index.html in browser.
7. Now you can browse the code by going to the html directory generated in the source files' directory and opening index.html in browser.


8. This is the [[sample doxyfile]] which we used for our project for your refenrence.


== References ==
== References ==