diff options
author | David Boddie <dboddie@trolltech.com> | 2010-04-15 18:30:12 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-04-15 18:30:12 (GMT) |
commit | 5b975e1dc61eaee055afc40fef13358bcd55c7d2 (patch) | |
tree | 4bce81035d9cfe100ca0e2a21f9c82bbfd7a9e02 /tools/qdoc3/test/qt.qdocconf | |
parent | e4282111378ce67a1ae9c235efbd89b327f1bb91 (diff) | |
download | Qt-5b975e1dc61eaee055afc40fef13358bcd55c7d2.zip Qt-5b975e1dc61eaee055afc40fef13358bcd55c7d2.tar.gz Qt-5b975e1dc61eaee055afc40fef13358bcd55c7d2.tar.bz2 |
qdoc: Added the index and fixed images in the extra files list.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3/test/qt.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt.qdocconf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/qdoc3/test/qt.qdocconf b/tools/qdoc3/test/qt.qdocconf index 91f9525..cc3e436 100644 --- a/tools/qdoc3/test/qt.qdocconf +++ b/tools/qdoc3/test/qt.qdocconf @@ -24,16 +24,17 @@ qhp.Qt.indexRoot = # Files not referenced in any qdoc file (last four are needed by qtdemo) # See also extraimages.HTML -qhp.Qt.extraFiles = style/style.css \ +qhp.Qt.extraFiles = index.html \ + style/style.css \ scripts/functions.js \ scripts/jquery.js \ images/api_examples.png \ images/api_lookup.png \ - images/api_topcs.png \ - images/bg_11.png \ - images/bg_1_blank.png \ - images/bg_1.png \ - images/bg_1r.png \ + images/api_topics.png \ + images/bg_ll.png \ + images/bg_l_blank.png \ + images/bg_l.png \ + images/bg_lr.png \ images/bg_r.png \ images/bg_ul_blank.png \ images/bg_ul.png \ |