505
|
1 |
-*- mode: outline; coding: utf-8 -*-
|
|
2 |
|
506
|
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
|
|
15 |
|
505
|
16 |
* DOC++.
|
|
17 |
|
|
18 |
DOC++ is a documentation system for C, C++, IDL and Java generating both TeX
|
|
19 |
output for high quality hardcopies and HTML output for sophisticated online
|
|
20 |
browsing of your documentation. The documentation is extracted directly from
|
|
21 |
the C/C++/IDL header/source files or Java class files.
|
|
22 |
|
|
23 |
http://docpp.sourceforge.net/
|
|
24 |
home page
|
506
|
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
|