Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Documentation system which is independent of programming language

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.

like image 510
Christopher Done Avatar asked Aug 30 '09 13:08

Christopher Done


1 Answers

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

like image 73
Jeff Kelley Avatar answered Sep 19 '22 18:09

Jeff Kelley