aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-08-04 11:10:37 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-04 15:09:01 +0000
commit6edf9bfdbd80329022cb328a6c2082724d03b07b (patch)
tree4ab3d0aa49518ea573c991f997a8be871f959f12
parent4b5803362114eaea3edbb57c9b47e03547ece20a (diff)
Add reference pages to index.html
The reference is arguably the most important part, so it makes sense to link also to sub-sections from the main page. One of the issues is that the sub-pages are not properly 'linked' with nextpage and previouspage. Anyhow, this should not block us from making the index page more useful. Change-Id: I1c80345795c1df294d07f7a31b613a24df341cb3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 568e09317..a5856f449 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -72,6 +72,18 @@
\endlist
\li \l{How-tos}
\li \l{Reference}
+ \list
+ \li \l{List of All Items}
+ \list
+ \li \l{List of Language Items}
+ \li \l{List of Convenience Items}
+ \endlist
+ \li \l{List of Built-in Services}
+ \li \l{List of Command-line Tools}
+ \li \l{List of Modules}
+ \li \l{Command and JavaScriptCommand}
+ \endlist
+
\li \l{Appendix A: Building Qbs}
\endlist
*/