views:

59

answers:

1

Is there a documentation system which is simple, will generate some friendly, hyperlinked documentation, for any language through the use of comment indications? Such a system may merely be given regexes or patterns to recognise comments and then generate structure.

I was going to write one but figured there must be one already.

+2  A: 

Have you seen Doxygen? It may be what you're looking for.

Jeff Kelley
first line on page: "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."
Zed