Documentation/devtools/maemo5/gtk-doc

(New page: == Description == GTK-Doc is typically used to document the public C API of libraries. It has some special features that are useful in documenting signals and properties of GTK+ widgets a...)
(devtools template)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
 +
{{Devtools}}
 +
 +
== Description ==
== Description ==
Line 10: Line 13:
== Packages ==
== Packages ==
-
'''source''': gtk-doc-tools (available in diablo/sdk repository)
+
'''source''': gtk-doc-tools (available in fremantle/sdk repository)
-
'''binary''': gtk-doc-tools (available in diablo/sdk repository)
+
'''binary''': gtk-doc-tools (available in fremantle/sdk repository)
== Usage Examples ==
== Usage Examples ==
Line 20: Line 23:
== Links ==
== Links ==
-
[http://www.gtk.org/gtk-doc/ http://www.gtk.org/gtk-doc/]
+
http://www.gtk.org/gtk-doc/
 +
 
 +
[http://maemo.org/development/sdks/maemo_5_api_documentation/ Maemo 5 API documentation]
-
[maemo API documentation](/development/documentation/apis)
 
== See Also ==
== See Also ==
[[Documentation/devtools/maemo5/doxygen|doxygen]]
[[Documentation/devtools/maemo5/doxygen|doxygen]]
 +
 +
[[Category:Fremantle]]

Latest revision as of 15:08, 11 March 2010

Image:Ambox_content.png
This article documents a developer tool.
A list of available devtools is available, together with installation instructions.


Contents

[edit] Description

GTK-Doc is typically used to document the public C API of libraries. It has some special features that are useful in documenting signals and properties of GTK+ widgets and GObject classes. It can also be used to document application code.

Many of the maemo API documents have been generated with GTK-Doc.

[edit] Packages

source: gtk-doc-tools (available in fremantle/sdk repository)

binary: gtk-doc-tools (available in fremantle/sdk repository)

[edit] Usage Examples

-

[edit] Links

http://www.gtk.org/gtk-doc/

Maemo 5 API documentation


[edit] See Also

doxygen