aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/doc/qtmacextras.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-09-24 14:26:54 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 12:39:20 +0200
commitff3b658c771d8fbc17109ff5e0096ad1fe62f2e4 (patch)
tree39900b5fabb1dc3e923ec0c48168d09557b28f96 /src/macextras/doc/qtmacextras.qdocconf
parent8312bc37499461375fc2ee7a3e1b1eb6df948370 (diff)
Doc: Create documentation structure for Qt Mac Extrasv5.2.0-alpha1
Create documentation structure for the module - Module qdocconf - Documentation pages for module index, namespace/classes, examples (not much content yet) Other doc-related changes - Enable running 'make docs' on all platforms - Move examples under examples/macextras for a clean installing to QT_INSTALL_EXAMPLES - Ensure documented classes use correct \inmodule and \since commands - Add \namespace QtMac - Other minor fixes Change-Id: I1376d68fcd7ab324a5d3355f1d15914092900e5b Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'src/macextras/doc/qtmacextras.qdocconf')
-rw-r--r--src/macextras/doc/qtmacextras.qdocconf42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/macextras/doc/qtmacextras.qdocconf b/src/macextras/doc/qtmacextras.qdocconf
new file mode 100644
index 0000000..1fc3c4d
--- /dev/null
+++ b/src/macextras/doc/qtmacextras.qdocconf
@@ -0,0 +1,42 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtMacExtras
+description = Qt Mac Extras Reference Documentation
+url = http://qt-project.org/doc/qt-$QT_VER/qtmacextras
+version = $QT_VERSION
+
+exampledirs += ../../../examples/macextras \
+ snippets
+
+examplesinstallpath = macextras
+
+headerdirs = ..
+sourcedirs = ..
+imagedirs += images
+
+Cpp.ignoretokens += Q_MACEXTRAS_EXPORT
+
+depends += qtcore qtgui qtwidgets qtdoc
+
+qhp.projects = QtMacExtras
+
+qhp.QtMacExtras.file = qtmacextras.qhp
+
+qhp.QtMacExtras.namespace = org.qt-project.qtmacextras.$QT_VERSION_TAG
+
+qhp.QtMacExtras.indexTitle = Qt Mac Extras
+qhp.QtMacExtras.indexRoot =
+
+qhp.QtMacExtras.filterAttributes = qtmacextras $QT_VERSION qtrefdoc
+qhp.QtMacExtras.customFilters.Qt.name = QtMacExtras $QT_VERSION
+qhp.QtMacExtras.customFilters.Qt.filterAttributes = qtmacextras $QT_VERSION
+
+qhp.QtMacExtras.virtualFolder = qtmacextras
+qhp.QtMacExtras.subprojects = classes examples
+qhp.QtMacExtras.subprojects.classes.title = C++ Classes and Namespaces
+qhp.QtMacExtras.subprojects.classes.indexTitle = Qt Mac Extras C++ Classes
+qhp.QtMacExtras.subprojects.classes.selectors = class function namespace fake:headerfile
+qhp.QtMacExtras.subprojects.classes.sortPages = true
+qhp.QtMacExtras.subprojects.examples.title = Examples
+qhp.QtMacExtras.subprojects.examples.indexTitle = Qt Mac Extras Examples
+qhp.QtMacExtras.subprojects.examples.selectors = fake:example