From: Marcel Holtmann Date: Thu, 14 Aug 2008 05:39:50 +0000 (+0200) Subject: Add documention for the elements X-Git-Tag: 2.0_alpha~4722 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=550cd253b4bf3197ac4e00f0f213fca391d4622f;p=framework%2Fconnectivity%2Fconnman.git Add documention for the elements --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 0c237a3..9b5367a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,8 +17,7 @@ MKTMPL_OPTIONS = --output-dir=. HFILE_GLOB = $(top_srcdir)/include/*.h CFILE_GLOB = $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h -IGNORE_HFILES = connman connman.h supplicant.h \ - iface.h rtnl.h dbus.h element.h property.h +IGNORE_HFILES = connman connman.h rtnl.h dbus.h iface.h HTML_IMAGES = diff --git a/doc/connman-docs.xml b/doc/connman-docs.xml index d3b69b8..29bc853 100644 --- a/doc/connman-docs.xml +++ b/doc/connman-docs.xml @@ -67,6 +67,7 @@ + diff --git a/include/element.h b/include/element.h index 9b8beab..e2d7ea8 100644 --- a/include/element.h +++ b/include/element.h @@ -31,6 +31,12 @@ extern "C" { #include +/** + * SECTION:element + * @title: Element premitives + * @short_description: Functions for handling elements + */ + enum connman_element_state { CONNMAN_ELEMENT_STATE_UNKNOWN = 0, CONNMAN_ELEMENT_STATE_CONNECT = 1, diff --git a/include/property.h b/include/property.h index 20d525a..d343948 100644 --- a/include/property.h +++ b/include/property.h @@ -26,6 +26,12 @@ extern "C" { #endif +/** + * SECTION:property + * @title: Property premitives + * @short_description: Functions for handling properties + */ + enum connman_property_type { CONNMAN_PROPERTY_TYPE_INVALID = 0,