0

I'm writing a C library (on Eclipse) and I would like to generate documentation pages. I really like the SUSv4's HTML documentation, can anyone please recommend me on a tool with a similar output?

Note: Auto documentation generation and Eclipse plug-in aren't a must.

Tal A.
  • 397
  • 1
  • 2
  • 15

1 Answers1

1

doxygen, have a try.

You can integrate doxygen to eclipse. Eclipse_Doxygen_Setup.

Keith Thompson
  • 254,901
  • 44
  • 429
  • 631
wener
  • 7,191
  • 6
  • 54
  • 78