0

Which tool is better for documentation of C,C++ and Java code out of 'Docbook' or 'doxygen' or any Can you please tell me any other tool?

JAL
  • 41,701
  • 23
  • 172
  • 300
sv1
  • 57
  • 1
  • 2
  • 11

2 Answers2

2

I use doxygen. For your need you can refer to the Wikipedia for comparison among the documentation generators.

http://en.wikipedia.org/wiki/Comparison_of_documentation_generators

Jayram
  • 18,820
  • 6
  • 51
  • 68
  • Is there any thing like,We should run Doxygen from ubuntu only.? Can we run it from Windows also using DoxyWizard tool? – sv1 Jun 18 '13 at 09:24
  • Yeah ! Executable is there for windows too. You can install that. Accept my answer if it was informative for you. – Jayram Jun 18 '13 at 09:33
0

I've used NaturalDocs and found it to be great tool!

Manav Sharma
  • 1,053
  • 1
  • 13
  • 21