From 7f92f03cdbe337a1d9f0f5df2b995df467a3fad8 Mon Sep 17 00:00:00 2001
From: Topi Reinio <topi.reinio@digia.com>
Date: Fri, 19 Apr 2013 13:01:11 +0200
Subject: [PATCH] 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>
---
 src/xmlpatterns/doc/qtxmlpatterns.qdocconf | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf
index c8c7d335..88262f6e 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
-- 
GitLab