qulogic/libgnt

doc: Re-arrange entire hierarchy.

2019-04-13, Elliott Sales de Andrade
f42fc12cfe5a
doc: Re-arrange entire hierarchy.
--- a/doc/libgnt-docs.xml Sat Apr 13 05:05:59 2019 -0400
+++ b/doc/libgnt-docs.xml Sat Apr 13 05:13:40 2019 -0400
@@ -18,38 +18,69 @@
</abstract>
</bookinfo>
- <part id="gnt">
- <title>GNT API Reference</title>
+ <part id="core">
+ <title>Core API Reference</title>
- <xi:include href="xml/gnt.xml" />
+ <xi:include href="xml/gnt.xml" />
+ <xi:include href="xml/gntversion.xml" />
+ <xi:include href="xml/gntcolors.xml" />
+ <xi:include href="xml/gntkeys.xml" />
+ <xi:include href="xml/gntstyle.xml" />
+ <xi:include href="xml/gntutils.xml" />
+ </part>
+
+ <part id="widgets">
+ <title>Widget Class Reference</title>
+
+ <chapter>
+ <title>General Widget Classes</title>
+
<xi:include href="xml/gntbindable.xml" />
<xi:include href="xml/gntbox.xml" />
- <xi:include href="xml/gntbutton.xml" />
- <xi:include href="xml/gntcheckbox.xml" />
- <xi:include href="xml/gntmenuitemcheck.xml" />
- <xi:include href="xml/gntclipboard.xml" />
- <xi:include href="xml/gntcolors.xml" />
- <xi:include href="xml/gntcombobox.xml" />
- <xi:include href="xml/gntentry.xml" />
+ <xi:include href="xml/gntwidget.xml" />
+ </chapter>
+
+ <chapter>
+ <title>Windows and Window Management</title>
<xi:include href="xml/gntfilesel.xml" />
- <xi:include href="xml/gntkeys.xml" />
- <!-- TODO: document not found. Find it.
- <xi:include href="xml/gntid.xml" />
- -->
- <xi:include href="xml/gntlabel.xml" />
- <xi:include href="xml/gntline.xml" />
- <xi:include href="xml/gntmenu.xml" />
- <xi:include href="xml/gntmenuitem.xml" />
- <xi:include href="xml/gntprogressbar.xml" />
- <xi:include href="xml/gntslider.xml" />
- <xi:include href="xml/gntstyle.xml" />
- <xi:include href="xml/gnttextview.xml" />
- <xi:include href="xml/gnttree.xml" />
- <xi:include href="xml/gntwidget.xml" />
<xi:include href="xml/gntwindow.xml" />
<xi:include href="xml/gntwm.xml" />
<xi:include href="xml/gntws.xml" />
- <xi:include href="xml/gntutils.xml" />
+ </chapter>
+
+ <chapter>
+ <title>Display Widgets</title>
+
+ <xi:include href="xml/gntlabel.xml" />
+ <xi:include href="xml/gntline.xml" />
+ <xi:include href="xml/gntprogressbar.xml" />
+ <xi:include href="xml/gntslider.xml" />
+ <xi:include href="xml/gnttree.xml" />
+ </chapter>
+
+ <chapter>
+ <title>Button Widgets</title>
+
+ <xi:include href="xml/gntbutton.xml" />
+ <xi:include href="xml/gntcheckbox.xml" />
+ </chapter>
+
+ <chapter>
+ <title>Menu and Combo Box Widgets</title>
+
+ <xi:include href="xml/gntmenu.xml" />
+ <xi:include href="xml/gntmenuitem.xml" />
+ <xi:include href="xml/gntmenuitemcheck.xml" />
+ <xi:include href="xml/gntcombobox.xml" />
+ </chapter>
+
+ <chapter>
+ <title>Text Widgets</title>
+
+ <xi:include href="xml/gntclipboard.xml" />
+ <xi:include href="xml/gntentry.xml" />
+ <xi:include href="xml/gnttextview.xml" />
+ </chapter>
</part>
<part>