diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-10-10 08:32:07 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-11-28 14:52:04 +0100 |
commit | d0c0c0628d0ed30dc7b27f1da2e7b9477e2d99f0 (patch) | |
tree | 2689a785d2b32546d75745f62acdf05f233fc602 /doc/config/qtcreator-developer.qdocconf | |
parent | b0426616864e6a486bc0297ad794aeda5d7b91af (diff) | |
download | qt-creator-d0c0c0628d0ed30dc7b27f1da2e7b9477e2d99f0.tar.gz |
Start on Creating Plugins documentation.
Change-Id: Ic75775473cfb405cee5c53b2dc24144dba51a25c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc/config/qtcreator-developer.qdocconf')
-rw-r--r-- | doc/config/qtcreator-developer.qdocconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config/qtcreator-developer.qdocconf b/doc/config/qtcreator-developer.qdocconf index ba161ea34d..4e5637abff 100644 --- a/doc/config/qtcreator-developer.qdocconf +++ b/doc/config/qtcreator-developer.qdocconf @@ -41,9 +41,9 @@ showinternal = true headers.fileextensions = "*.h" sources.fileextensions = "*.cpp *.qdoc" -imagedirs = $SRCDIR/images $SRCDIR/templates/images +imagedirs = $SRCDIR/api/images $SRCDIR/images $SRCDIR/templates/images outputdir = $OUTDIR -exampledirs = ../api/examples +exampledirs = $SRCDIR/api/examples indexes = qt.index include(compat.qdocconf) |