diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-15 03:31:12 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-15 03:34:38 +0200 |
commit | 9d77f8751b4d5b05f1c54f47ddee89d403863d6d (patch) | |
tree | 021e179ddcd93ca70ce89dfbd8eba6d1bed84fb5 | |
parent | 194bbe33382f5365be3865ed1779147cb680f1d3 (diff) |
udev: doc - sync libudev and gudev
-rw-r--r-- | docs/gudev/gudev-docs.xml | 13 | ||||
-rw-r--r-- | docs/libudev/libudev-docs.xml | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/docs/gudev/gudev-docs.xml b/docs/gudev/gudev-docs.xml index 4c3267998e..ff0195980e 100644 --- a/docs/gudev/gudev-docs.xml +++ b/docs/gudev/gudev-docs.xml @@ -7,7 +7,7 @@ <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>GUDev Reference Manual</title> - <releaseinfo>For GUdev version &version;</releaseinfo> + <releaseinfo>for GUdev version &version;</releaseinfo> <copyright> <year>2009-2012</year> @@ -16,18 +16,12 @@ </copyright> </bookinfo> - <reference id="ref-API"> + <chapter id="ref-API"> <title>API Reference</title> - <partintro> - <para> - This part presents the class and function reference for the - <literal>libgudev</literal> library. - </para> - </partintro> <xi:include href="xml/gudevclient.xml"/> <xi:include href="xml/gudevdevice.xml"/> <xi:include href="xml/gudevenumerator.xml"/> - </reference> + </chapter> <chapter id="gudev-hierarchy"> <title>Object Hierarchy</title> @@ -37,6 +31,7 @@ <index> <title>Index</title> </index> + <index role="165"> <title>Index of new symbols in 165</title> <xi:include href="xml/api-index-165.xml"><xi:fallback /></xi:include> diff --git a/docs/libudev/libudev-docs.xml b/docs/libudev/libudev-docs.xml index 6a5ba0cc2a..0325839287 100644 --- a/docs/libudev/libudev-docs.xml +++ b/docs/libudev/libudev-docs.xml @@ -15,7 +15,7 @@ </bookinfo> <chapter> - <title>libudev</title> + <title>API Reference</title> <xi:include href="xml/libudev.xml"/> <xi:include href="xml/libudev-list.xml"/> <xi:include href="xml/libudev-device.xml"/> @@ -26,7 +26,7 @@ </chapter> <index id="api-index-full"> - <title>API Index</title> + <title>Index</title> <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> </index> </book> |