diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-15 05:02:46 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-15 05:02:46 +0200 |
commit | 4cbf2ccae810df0951ebb13f421c33eb61e000ab (patch) | |
tree | 2001806de56f638e3277002968bf49b72e315b57 /doc | |
parent | 550cd253b4bf3197ac4e00f0f213fca391d4622f (diff) | |
download | connman-4cbf2ccae810df0951ebb13f421c33eb61e000ab.tar.gz connman-4cbf2ccae810df0951ebb13f421c33eb61e000ab.tar.bz2 connman-4cbf2ccae810df0951ebb13f421c33eb61e000ab.zip |
Add the manager and element API documents
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connman-docs.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/connman-docs.xml b/doc/connman-docs.xml index 29bc8533..837d8b05 100644 --- a/doc/connman-docs.xml +++ b/doc/connman-docs.xml @@ -57,6 +57,20 @@ <xi:include href="connman-introduction.xml" /> </reference> + <reference id="manager"> + <title>Manager interface</title> + <para> +<programlisting><xi:include href="manager-api.txt" parse="text" /></programlisting> + </para> + </reference> + + <reference id="element"> + <title>Element interface</title> + <para> +<programlisting><xi:include href="element-api.txt" parse="text" /></programlisting> + </para> + </reference> + <reference id="reference"> <title>API Reference</title> <partintro> |