summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf')
-rw-r--r--src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf b/src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf
new file mode 100644
index 000000000..6288c4258
--- /dev/null
+++ b/src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf
@@ -0,0 +1,16 @@
+includepaths = -I./include
+
+# without prefix but same path, should be identical
+# (Config should not remove duplicates)
+includepaths += include
+
+# space between prefix and path - incorrect but we allow it
+includepaths += -I include/more
+
+# system paths and framework paths
+includepaths += \
+ -F./include/framework \
+ -isysteminclude/system
+
+# nonexistent paths are to be ignored
+includepaths += invalid