1 -*- mode: outline; coding: utf-8 -*- |
1 -*- mode: outline; coding: utf-8 -*- |
|
2 |
|
3 * About. |
|
4 |
|
5 http://en.wikipedia.org/wiki/Comparison_of_documentation_generators |
|
6 |
|
7 * Doxygen. |
|
8 |
|
9 Doxygen is a documentation generator for C++, C, Java, Objective-C, Python, |
|
10 IDL (CORBA and Microsoft flavors), Fortran, VHDL, PHP, C#. |
|
11 |
|
12 http://www.doxygen.org |
|
13 home page |
|
14 http://en.wikipedia.org/wiki/Doxygen |
2 |
15 |
3 * DOC++. |
16 * DOC++. |
4 |
17 |
5 DOC++ is a documentation system for C, C++, IDL and Java generating both TeX |
18 DOC++ is a documentation system for C, C++, IDL and Java generating both TeX |
6 output for high quality hardcopies and HTML output for sophisticated online |
19 output for high quality hardcopies and HTML output for sophisticated online |
7 browsing of your documentation. The documentation is extracted directly from |
20 browsing of your documentation. The documentation is extracted directly from |
8 the C/C++/IDL header/source files or Java class files. |
21 the C/C++/IDL header/source files or Java class files. |
9 |
22 |
10 http://docpp.sourceforge.net/ |
23 http://docpp.sourceforge.net/ |
11 home page |
24 home page |
|
25 |
|
26 * ROBODoc |
|
27 |
|
28 ROBODoc is a documentation tool. It extracts the documentation from your source |
|
29 code and formats it in HTML, RTF, TeX, XML DocBook (PDF), or ASCII. Works with |
|
30 C, C++, Fortran, Perl, Scripts, Assembler, Tcl, Basic, and any language that |
|
31 supports remarks. |
|
32 |
|
33 http://sourceforge.net/projects/robodoc |
|
34 home page |
|
35 http://en.wikipedia.org/wiki/ROBODoc |