From f1ce9308601be2b78d9cf1b02375bfceecb583d2 Mon Sep 17 00:00:00 2001 From: Wolf-Michael Bolle Date: Thu, 1 Dec 2011 11:17:14 +0100 Subject: Documentation --- doc/mimetypes-dita.qdocconf | 4 ++-- doc/mimetypes.qdocconf | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'doc') 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 # /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..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..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 -- cgit v1.2.3