doc/developer: add XML ids

This commit is contained in:
Max Kellermann 2017-01-09 17:11:56 +01:00
parent 8f7f13fea4
commit d7f478c154

View File

@ -5,7 +5,7 @@
<book> <book>
<title>The Music Player Daemon - Developer's Manual</title> <title>The Music Player Daemon - Developer's Manual</title>
<chapter> <chapter id="introduction">
<title>Introduction</title> <title>Introduction</title>
<para> <para>
@ -21,7 +21,7 @@
</para> </para>
</chapter> </chapter>
<chapter> <chapter id="code_style">
<title>Code Style</title> <title>Code Style</title>
<itemizedlist> <itemizedlist>
@ -66,7 +66,7 @@ foo(const char *abc, int xyz)
</itemizedlist> </itemizedlist>
</chapter> </chapter>
<chapter> <chapter id="hacking">
<title>Hacking The Source</title> <title>Hacking The Source</title>
<para> <para>
@ -151,7 +151,7 @@ foo(const char *abc, int xyz)
</section> </section>
</chapter> </chapter>
<chapter> <chapter id="submitting_patches">
<title>Submitting Patches</title> <title>Submitting Patches</title>
<para> <para>
@ -169,7 +169,7 @@ foo(const char *abc, int xyz)
</para> </para>
</chapter> </chapter>
<chapter> <chapter id="tools">
<title>Development Tools</title> <title>Development Tools</title>
<section> <section>