From fe58336bccb22c20f3e02bf80bdf89bd6a1bc161 Mon Sep 17 00:00:00 2001
From: Topi Reinio <topi.reinio@digia.com>
Date: Fri, 19 Apr 2013 13:23:46 +0200
Subject: [PATCH] Doc: Fix module names 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: If9f79e73d823270d8ecb652d1b7b9d9d44f9562e
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 src/script/doc/qtscript.qdocconf           | 22 +++++++++++-----------
 src/scripttools/doc/qtscripttools.qdocconf | 22 +++++++++++-----------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf
index a210ec63..4f01348a 100644
--- a/src/script/doc/qtscript.qdocconf
+++ b/src/script/doc/qtscript.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 = qtscript
+project = QtScript
 
 # 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 qtlinguist qtscripttools
 # 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 = qtscript
+qhp.projects = QtScript
 
 # Sets the name of the output qhp file.
-qhp.qtscript.file = qtscript.qhp
+qhp.QtScript.file = qtscript.qhp
 
 # Namespace for the output file. This namespace is used to distinguish between
 # different documentation files in Creator/Assistant.
-qhp.qtscript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
+qhp.QtScript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-qhp.qtscript.indexTitle = Qt Script
+qhp.QtScript.indexTitle = Qt Script
 
 # Only update the name of the project for the next variables.
-qhp.qtscript.virtualFolder  = qtscript
-qhp.qtscript.subprojects = classes
-qhp.qtscript.subprojects.classes.title = C++ Classes
-qhp.qtscript.subprojects.classes.indexTitle = Qt Script C++ Classes
-qhp.qtscript.subprojects.classes.selectors = class fake:headerfile
-qhp.qtscript.subprojects.classes.sortPages = true
+qhp.QtScript.virtualFolder  = qtscript
+qhp.QtScript.subprojects = classes
+qhp.QtScript.subprojects.classes.title = C++ Classes
+qhp.QtScript.subprojects.classes.indexTitle = Qt Script C++ Classes
+qhp.QtScript.subprojects.classes.selectors = class fake:headerfile
+qhp.QtScript.subprojects.classes.sortPages = true
diff --git a/src/scripttools/doc/qtscripttools.qdocconf b/src/scripttools/doc/qtscripttools.qdocconf
index 6d409ca5..ecff3c60 100644
--- a/src/scripttools/doc/qtscripttools.qdocconf
+++ b/src/scripttools/doc/qtscripttools.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 = qtscripttools
+project = QtScriptTools
 
 # 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 qtlinguist qtscript
 # 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 = qtscripttools
+qhp.projects = QtScriptTools
 
 # Sets the name of the output qhp file.
-qhp.qtscripttools.file = qtscripttools.qhp
+qhp.QtScriptTools.file = qtscripttools.qhp
 
 # Namespace for the output file. This namespace is used to distinguish between
 # different documentation files in Creator/Assistant.
-qhp.qtscripttools.namespace = org.qt-project.qtscripttools.$QT_VERSION_TAG
+qhp.QtScriptTools.namespace = org.qt-project.qtscripttools.$QT_VERSION_TAG
 
 # Title for the package, will be the main title for the package in
 # Assistant/Creator.
-qhp.qtscripttools.indexTitle = Qt Script Tools
+qhp.QtScriptTools.indexTitle = Qt Script Tools
 
 # Only update the name of the project for the next variables.
-qhp.qtscripttools.virtualFolder  = qtscripttools
-qhp.qtscripttools.subprojects = classes
-qhp.qtscripttools.subprojects.classes.title = C++ Classes
-qhp.qtscripttools.subprojects.classes.indexTitle = Qt Script Tools C++ Classes
-qhp.qtscripttools.subprojects.classes.selectors = class fake:headerfile
-qhp.qtscripttools.subprojects.classes.sortPages = true
+qhp.QtScriptTools.virtualFolder  = qtscripttools
+qhp.QtScriptTools.subprojects = classes
+qhp.QtScriptTools.subprojects.classes.title = C++ Classes
+qhp.QtScriptTools.subprojects.classes.indexTitle = Qt Script Tools C++ Classes
+qhp.QtScriptTools.subprojects.classes.selectors = class fake:headerfile
+qhp.QtScriptTools.subprojects.classes.sortPages = true
-- 
GitLab