summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-04-19 13:23:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-26 12:42:36 +0200
commitfe58336bccb22c20f3e02bf80bdf89bd6a1bc161 (patch)
treeec010c1ebd7e2471d21fcd2a58ecd66fd6348d39
parentc09bde5716b4aa93dc3d8992332a5f23b737fa49 (diff)
downloadqtscript-fe58336bccb22c20f3e02bf80bdf89bd6a1bc161.tar.gz
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>
-rw-r--r--src/script/doc/qtscript.qdocconf22
-rw-r--r--src/scripttools/doc/qtscripttools.qdocconf22
2 files changed, 22 insertions, 22 deletions
diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf
index a210ec6..4f01348 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 6d409ca..ecff3c6 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