docs: Regroup the tree support parts

Give the chapter a title, and put some things in sections.
This commit is contained in:
Matthias Clasen 2020-06-06 13:29:55 -04:00
parent 856c8950ff
commit 9f335d3ee6

View File

@ -94,8 +94,11 @@
</chapter> </chapter>
<chapter id="Trees"> <chapter id="Trees">
<xi:include href="xml/gtktreelistrow.xml" /> <title>Tree support</title>
<xi:include href="xml/gtktreelistmodel.xml" /> <xi:include href="xml/gtktreelistmodel.xml" />
<section>
<xi:include href="xml/gtktreelistrow.xml" />
</section>
<xi:include href="xml/gtktreelistrowsorter.xml" /> <xi:include href="xml/gtktreelistrowsorter.xml" />
<xi:include href="xml/gtktreeexpander.xml" /> <xi:include href="xml/gtktreeexpander.xml" />
</chapter> </chapter>