diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-09-16 12:40:52 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-09-16 12:46:13 +0100 |
commit | a868cfe62f36bd11f60b5e68a8af854f95cb4931 (patch) | |
tree | ed49a1dba437230ed844c40ef65d5b0c11509377 /doc | |
parent | c67ec31532d678c893a6f29060db4a0e2d9f0770 (diff) |
Use gtk-doc in no-tmpl mode, moving documentation into the source code
Part of a patch from Rafał Mużyło.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=58698
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/dbus-glib-docs.sgml | 4 | ||||
-rw-r--r-- | doc/reference/dbus-glib-sections.txt | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/reference/dbus-glib-docs.sgml b/doc/reference/dbus-glib-docs.sgml index 6d25a06..7d74fe3 100644 --- a/doc/reference/dbus-glib-docs.sgml +++ b/doc/reference/dbus-glib-docs.sgml @@ -82,5 +82,9 @@ &dbus-binding-tool; </chapter> + <index id="api-index-full"> + <title>Index of all symbols</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> </book> diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt index 90015c3..e844ff0 100644 --- a/doc/reference/dbus-glib-sections.txt +++ b/doc/reference/dbus-glib-sections.txt @@ -26,10 +26,11 @@ dbus_g_connection_get_g_type DBusGObjectInfo dbus_g_object_type_install_info dbus_g_object_type_register_shadow_property -dbus_g_object_path_get_g_type dbus_g_object_register_marshaller dbus_g_object_register_marshaller_array dbus_glib_global_set_disable_legacy_property_access +<SUBSECTION Standard> +dbus_g_object_path_get_g_type </SECTION> <SECTION> |