aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-01-23 12:37:22 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-01-23 12:42:07 +0100
commit75f1e8a66ff6f8ab5df294de98803de697808a12 (patch)
tree2ca0be1e32cdbfbc5b766fea32f89a3e36c3ab85 /doc/config
parent3f570a79019294d884e363d2c8ef763ab373afd8 (diff)
Doc: fix missing snippets
Add the path to the snippets folder to the qdocconf file and fix the paths in \snippet commands in the source file. Change-Id: Iebabec6919b580e6d1474685777862200d314a83 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qtcreator-project.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index 2d32655edf..e0eb7ce797 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -5,7 +5,8 @@ headerdirs =
sourcedirs = $SRCDIR/src
imagedirs = $SRCDIR/images $SRCDIR/templates/images
outputdir = $OUTDIR
-exampledirs = $SRCDIR/examples
+exampledirs = $SRCDIR/examples \
+ $SRCDIR/snippets
indexes = qt.index
include(compat.qdocconf)