diff options
author | Christian Kandeler <christian.kandeler@digia.com> | 2013-07-25 15:30:17 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@digia.com> | 2013-09-19 11:31:44 +0200 |
commit | 1f993c4cfe232a3596a32d64207d67cb1cdb49a3 (patch) | |
tree | 0516859156c5b24a87335a2ec58917d86bbfd489 /qbs.pro | |
parent | 79fe9d097c6923f93fc5e477556fb6e2e33539c1 (diff) | |
download | qbs-1f993c4cfe232a3596a32d64207d67cb1cdb49a3.tar.gz |
Restructure the reference part of the documentation.
It does not scale to repeat the whole contents of the reference manually in
several tables of contents. Instead, make it opaque at the top-level
and use the \group feature to get at least an automatic table of contents
for the lowest level (items and modules at the moment).
Change-Id: I80a3334a43f62481f74c21ad9d68e913c8b3098a
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qbs.pro')
-rw-r--r-- | qbs.pro | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ SUBDIRS += \ OTHER_FILES += \ doc/*.qdoc \ - doc/items/*.qdoc \ + doc/reference/*.qdoc \ + doc/reference/items/*.qdoc \ + doc/reference/modules/*.qdoc \ doc/qbs.qdocconf \ doc/config/qbs-project.qdocconf |