summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindows.qdocconf
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-17 15:58:39 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-18 12:00:46 +0200
commit0b8d0804219b7e2e6179112d663b989d5b749d17 (patch)
tree4660a721ed39cc3e806c382f0f9287cedaa2d1a2 /src/plugins/platforms/windows/qwindows.qdocconf
parent6136a792bc54c07dc4cf66481530b79b40110614 (diff)
Add Windows to the Lighthouse.
Add an initial Lighthouse plugin for the Windows operating system. Change-Id: I6934562266e1aa0ac270bf6107df05a9e56ef82c Reviewed-on: http://codereview.qt.nokia.com/3107 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/windows/qwindows.qdocconf')
-rw-r--r--src/plugins/platforms/windows/qwindows.qdocconf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/qwindows.qdocconf b/src/plugins/platforms/windows/qwindows.qdocconf
new file mode 100644
index 0000000000..c5a1ee904a
--- /dev/null
+++ b/src/plugins/platforms/windows/qwindows.qdocconf
@@ -0,0 +1,27 @@
+project = "Qt Windows Lighthouse Plugin"
+description = "Documentation of the Qt Windows Lighthouse Plugin"
+
+language = Cpp
+
+headerdirs = .
+
+sourcedirs = .
+
+showinternal = true
+
+headers.fileextensions = "*.h"
+sources.fileextensions = "*.cpp *.qdoc"
+
+outputdir = doc
+
+qhp.projects = QtLighthouseWindows
+qhp.QtLighthouseWindowsDev.file = qtlighthousewindows-dev.qhp
+qhp.QtLighthouseWindowsDev.namespace = com.nokia.qt.developer.lighthouse
+qhp.QtLighthouseWindowsDev.virtualFolder = doc
+qhp.QtLighthouseWindowsDev.indexTitle = Qt Windows Lighthouse Plugin
+qhp.QtLighthouseWindowsDev.indexRoot =
+
+# Doxygen compatibility commands
+
+macro.see = "\\sa"
+macro.function = "\\fn"