Commit d7f478c1 authored by Max Kellermann's avatar Max Kellermann

doc/developer: add XML ids

parent 8f7f13fe
...@@ -5,7 +5,7 @@ ...@@ -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 @@ ...@@ -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) ...@@ -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) ...@@ -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) ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment