diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/script/doc/qtscript.qdocconf | 22 | ||||
-rw-r--r-- | 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 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 |