summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/minimum.qdocconf
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2012-03-12 23:52:36 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-12 23:52:36 +0100
commite104fe7266fa31b6d73f518ee57bfe584f88faac (patch)
tree25af68cb59a902381c722e9098ee46e9b5b98134 /src/tools/qdoc/doc/examples/minimum.qdocconf
parente57e2f3e32cca2bf592a49cd62eaf567f3795c30 (diff)
parentd5098f2802255da10b749b93705084ad1fdfc6a5 (diff)
Merge "Merge remote-tracking branch 'origin/master' into api_changes" into refs/staging/api_changes
Diffstat (limited to 'src/tools/qdoc/doc/examples/minimum.qdocconf')
-rw-r--r--src/tools/qdoc/doc/examples/minimum.qdocconf38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/tools/qdoc/doc/examples/minimum.qdocconf b/src/tools/qdoc/doc/examples/minimum.qdocconf
new file mode 100644
index 0000000000..e360685f1d
--- /dev/null
+++ b/src/tools/qdoc/doc/examples/minimum.qdocconf
@@ -0,0 +1,38 @@
+# QDoc is a tool that constantly evolves to suit our needs,
+# and there are some compatibility issues between old and new
+# practices. For that reason, any QDoc configuration file needs to
+# include compat.qdocconf.
+
+#include(compat.qdocconf)
+
+
+# The outputdir variable specifies the directory
+# where QDoc will put the generated documentation.
+
+outputdir = html
+
+
+# The headerdirs variable specifies the directories
+# containing the header files associated
+# with the .cpp source files used in the documentation.
+
+headerdirs = .
+
+
+# The sourcedirs variable specifies the
+# directories containing the .cpp or .qdoc
+# files used in the documentation.
+
+#sourcedirs = .
+
+
+# The exampledirs variable specifies the directories containing
+# the source code of the example files.
+
+exampledirs = .
+
+
+# The imagedirs variable specifies the
+# directories containing the images used in the documentation.
+
+imagedirs = ./images