summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-12-01 11:17:14 +0100
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-12-01 11:17:14 +0100
commitf1ce9308601be2b78d9cf1b02375bfceecb583d2 (patch)
tree491fb2debac93c6d12570e62ec6adabe781de135 /doc
parent03ed398b95adbae1bf62f661effd6b65f66d26e2 (diff)
Documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/mimetypes-dita.qdocconf4
-rw-r--r--doc/mimetypes.qdocconf24
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/mimetypes-dita.qdocconf b/doc/mimetypes-dita.qdocconf
index 44e63fc..cb60c20 100644
--- a/doc/mimetypes-dita.qdocconf
+++ b/doc/mimetypes-dita.qdocconf
@@ -13,8 +13,8 @@ project = projectname
# <rootdir>/examples.
# Paths are relative to the location of this file.
exampledirs += ../examples
-headerdirs += ../src ../../MT-MW-qmine/src
-sourcedirs += ../src ../../MT-MW-qmine/src
+headerdirs += ../src
+sourcedirs += src ../src
imagedirs += images
Cpp.ignoretokens += QMIME_EXPORT
diff --git a/doc/mimetypes.qdocconf b/doc/mimetypes.qdocconf
index 920f38b..3c574b3 100644
--- a/doc/mimetypes.qdocconf
+++ b/doc/mimetypes.qdocconf
@@ -4,7 +4,7 @@ include(qt-cpp-ignore.qdocconf)
include(qt-defines.qdocconf)
# Name of the project.
-project = projectname
+project = mimetypes
# Directories in which to search for files to document and images.
# By default set to the root directory of the project for sources
@@ -15,7 +15,7 @@ project = projectname
exampledirs += ../examples
headerdirs += ../src
imagedirs += images
-sourcedirs += ../src
+sourcedirs += src ../src
Cpp.ignoretokens += QMIME_EXPORT
# The following parameters are for creating a qhp file, the qhelpgenerator
@@ -25,33 +25,33 @@ Cpp.ignoretokens += QMIME_EXPORT
# Defines the name of the project. You cannot use operators (+, =, -) in
# the name. Properties for this project are set using a qhp.<projectname>.property
# format.
-qhp.projects = projectname
+qhp.projects = mimetypes
# Sets the name of the output qhp file.
-qhp.projectname.file = projectname.qhp
+qhp.mimetypes.file = mimetypes.qhp
# Namespace for the output file. This namespace is used to distinguish between
# different documentation files in Creator/Assistant. Normal format for MP
# projects should be: com.nokia.mp.<projectname>.version with version being
# a number containing a major, minor and revision element. E.g. version 1.0
# becomes 100.
-qhp.projectname.namespace = com.nokia.mp.projectname.100
+qhp.mimetypes.namespace = com.nokia.mp.mimetypes.100
# Title for the package, will be the main title for the package in
# Assistant/Creator.
-qhp.projectname.Title = Projectname Documentation
+qhp.mimetypes.Title = Projectname Documentation
# Extra files to add to the output which are not linked to from anywhere
# using a qdoc \l command.
-qhp.projectname.extraFiles = style/developer-meltemi.css \
+qhp.mimetypes.extraFiles = style/developer-meltemi.css \
index.html
# Only updtae the name of the project for the next variables.
-qhp.projectname.virtualFolder = qdoc
-qhp.projectname.subprojects = classes
-qhp.projectname.subprojects.classes.title = Classes
-qhp.projectname.subprojects.classes.selectors = class fake:headerfile
-qhp.projectname.subprojects.classes.sortPages = true
+qhp.mimetypes.virtualFolder = qdoc
+qhp.mimetypes.subprojects = classes
+qhp.mimetypes.subprojects.classes.title = Classes
+qhp.mimetypes.subprojects.classes.selectors = class fake:headerfile
+qhp.mimetypes.subprojects.classes.sortPages = true