diff options
author | Topi Reinio <topi.reinio@digia.com> | 2013-04-19 13:01:11 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-26 12:42:08 +0200 |
commit | 7f92f03cdbe337a1d9f0f5df2b995df467a3fad8 (patch) | |
tree | 5ddfa61128d377f020cdd5040bd63a43c62910dd /src | |
parent | 0e5b4789f2bf2f52cd6ddb8bf0d0786068480023 (diff) | |
download | qtxmlpatterns-7f92f03cdbe337a1d9f0f5df2b995df467a3fad8.tar.gz |
Doc: Fix module name in .qdocconf
Use CamelCase for module name(s) used in in .qdocconf - this is
required as qdoc will generate visible output (tags in example
manifest files) based on these names.
Change-Id: I2ec5426b5f2a3ea6cc40608ef2bc6c9e7b6f8dd2
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/doc/qtxmlpatterns.qdocconf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf index c8c7d33..88262f6 100644 --- a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf +++ b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf @@ -1,7 +1,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) # Name of the project which must match the outputdir. Determines the .index file -project = qtxmlpatterns +project = QtXmlPatterns # Directories in which to search for files to document and images. # By default set to the root directory of the project for sources @@ -25,23 +25,23 @@ depends += qtcore qtxml qtwidgets qtdesigner # 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 = qtxmlpatterns +qhp.projects = QtXmlPatterns # Sets the name of the output qhp file. -qhp.qtxmlpatterns.file = qtxmlpatterns.qhp +qhp.QtXmlPatterns.file = qtxmlpatterns.qhp # Namespace for the output file. This namespace is used to distinguish between # different documentation files in Creator/Assistant. -qhp.qtxmlpatterns.namespace = org.qt-project.qtxmlpatterns.$QT_VERSION_TAG +qhp.QtXmlPatterns.namespace = org.qt-project.qtxmlpatterns.$QT_VERSION_TAG # Title for the package, will be the main title for the package in # Assistant/Creator. -qhp.qtxmlpatterns.indexTitle = Qt XML Patterns +qhp.QtXmlPatterns.indexTitle = Qt XML Patterns # Only update the name of the project for the next variables. -qhp.qtxmlpatterns.virtualFolder = qtxmlpatterns -qhp.qtxmlpatterns.subprojects = classes -qhp.qtxmlpatterns.subprojects.classes.title = C++ Classes -qhp.qtxmlpatterns.subprojects.classes.indexTitle = Qt XML Patterns C++ Classes -qhp.qtxmlpatterns.subprojects.classes.selectors = class fake:headerfile -qhp.qtxmlpatterns.subprojects.classes.sortPages = true +qhp.QtXmlPatterns.virtualFolder = qtxmlpatterns +qhp.QtXmlPatterns.subprojects = classes +qhp.QtXmlPatterns.subprojects.classes.title = C++ Classes +qhp.QtXmlPatterns.subprojects.classes.indexTitle = Qt XML Patterns C++ Classes +qhp.QtXmlPatterns.subprojects.classes.selectors = class fake:headerfile +qhp.QtXmlPatterns.subprojects.classes.sortPages = true |