From 0b8d0804219b7e2e6179112d663b989d5b749d17 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 17 Aug 2011 15:58:39 +0200 Subject: Add Windows to the Lighthouse. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Rødal --- src/plugins/platforms/windows/qwindows.qdocconf | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/plugins/platforms/windows/qwindows.qdocconf (limited to 'src/plugins/platforms/windows/qwindows.qdocconf') 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" -- cgit v1.2.3