Documentation/devtools/maemo5/doxygen: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>kaltsi
New page: == Description == Doxygen is a documentation system for C, C++, Java, Python and other languages. Doxygen extracts comments from source code comments and it can generate online and offli...
 
imported>kaltsi
Line 31: Line 31:
== See Also ==
== See Also ==


[[gtk-doc]]
[[Documentation/devtools/maemo5/gtk-doc|gtk-doc]]

Revision as of 10:34, 30 September 2009

Description

Doxygen is a documentation system for C, C++, Java, Python and other languages.

Doxygen extracts comments from source code comments and it can generate online and offline documentation from them. Among the supported output formats are for example HTML, RTF and PDF.

Some of the maemo API documentation is published in Doxygen generated format.

Packages

source: doxygen (available in fremantle/sdk repository)

binary: doxygen (available in fremantle/sdk repository)

Usage Examples

-

http://www.doxygen.org/

http://en.wikipedia.org/wiki/Doxygen

[maemo API documentation](/development/documentation/apis)

See Also

gtk-doc