Make documentation generate

This commit is contained in:
Gergely Polonkai 2018-05-10 15:42:18 +02:00
parent ec723c0838
commit 9a93dc6c2f
2 changed files with 5 additions and 10 deletions

View File

@ -3,16 +3,14 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[ [
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
%gtkdocentities;
]> ]>
<book id="index"> <book id="index">
<bookinfo> <bookinfo>
<title>&package_name; Reference Manual</title> <title>Matrix-GLib-SDK Reference Manual</title>
<releaseinfo> <releaseinfo>
for &package_string;. for Matrix-GLib-SDK 0.0.1.
The latest version of this documentation can be found on-line at The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://[SERVER]/&package_name;/index.html">http://[SERVER]/&package_name;/</ulink>. <ulink role="online-location" url="https://gergely.polonkai.eu/matrxix-glib-sdk/">https://gergely.polonkai.eu/matrix-glib-sdk/</ulink>.
</releaseinfo> </releaseinfo>
</bookinfo> </bookinfo>
@ -80,11 +78,6 @@
<xi:include href="xml/matrix-http-client.xml"/> <xi:include href="xml/matrix-http-client.xml"/>
</chapter> </chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
<index id="api-index-full"> <index id="api-index-full">
<title>API Index</title> <title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>

View File

@ -1,4 +1,6 @@
gnome.gtkdoc('matrix-glib-sdk', gnome.gtkdoc('matrix-glib-sdk',
main_xml : 'matrix-glib-sdk-docs.xml', main_xml : 'matrix-glib-sdk-docs.xml',
src_dir : join_paths(meson.source_root(), 'src'), src_dir : join_paths(meson.source_root(), 'src'),
mkdb_args : ['--xml-mode', '--output-format=xml'],
ignore_headers : 'utils.h',
install : true) install : true)