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: Ie246e740203ee0b996fea5dee612bf7f61638991 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
e80a8fe861
commit
e12d384d7b
@ -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 = qtdbus
|
||||
project = QtDBus
|
||||
|
||||
# Directories in which to search for files to document and images.
|
||||
# By default set to the root directory of the project for sources
|
||||
@ -29,23 +29,23 @@ depends += qtcore
|
||||
# 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 = qtdbus
|
||||
qhp.projects = QtDBus
|
||||
|
||||
# Sets the name of the output qhp file.
|
||||
qhp.qtdbus.file = qtdbus.qhp
|
||||
qhp.QtDBus.file = qtdbus.qhp
|
||||
|
||||
# Namespace for the output file. This namespace is used to distinguish between
|
||||
# different documentation files in Creator/Assistant.
|
||||
qhp.qtdbus.namespace = org.qt-project.qtdbus.$QT_VERSION_TAG
|
||||
qhp.QtDBus.namespace = org.qt-project.qtdbus.$QT_VERSION_TAG
|
||||
|
||||
# Title for the package, will be the main title for the package in
|
||||
# Assistant/Creator.
|
||||
qhp.qtdbus.indexTitle = Qt D-Bus
|
||||
qhp.QtDBus.indexTitle = Qt D-Bus
|
||||
|
||||
# Only update the name of the project for the next variables.
|
||||
qhp.qtdbus.virtualFolder = qtdbus
|
||||
qhp.qtdbus.subprojects = classes
|
||||
qhp.qtdbus.subprojects.classes.title = C++ Classes
|
||||
qhp.qtdbus.subprojects.classes.indexTitle = Qt D-Bus C++ Classes
|
||||
qhp.qtdbus.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.qtdbus.subprojects.classes.sortPages = true
|
||||
qhp.QtDBus.virtualFolder = qtdbus
|
||||
qhp.QtDBus.subprojects = classes
|
||||
qhp.QtDBus.subprojects.classes.title = C++ Classes
|
||||
qhp.QtDBus.subprojects.classes.indexTitle = Qt D-Bus C++ Classes
|
||||
qhp.QtDBus.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.QtDBus.subprojects.classes.sortPages = true
|
||||
|
@ -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 = qtopengl
|
||||
project = QtOpenGL
|
||||
|
||||
# Directories in which to search for files to document and images.
|
||||
# By default set to the root directory of the project for sources
|
||||
@ -32,23 +32,23 @@ examplesinstallpath = opengl
|
||||
# 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 = qtopengl
|
||||
qhp.projects = QtOpenGL
|
||||
|
||||
# Sets the name of the output qhp file.
|
||||
qhp.qtopengl.file = qtopengl.qhp
|
||||
qhp.QtOpenGL.file = qtopengl.qhp
|
||||
|
||||
# Namespace for the output file. This namespace is used to distinguish between
|
||||
# different documentation files in Creator/Assistant.
|
||||
qhp.qtopengl.namespace = org.qt-project.qtopengl.$QT_VERSION_TAG
|
||||
qhp.QtOpenGL.namespace = org.qt-project.qtopengl.$QT_VERSION_TAG
|
||||
|
||||
# Title for the package, will be the main title for the package in
|
||||
# Assistant/Creator.
|
||||
qhp.qtopengl.indexTitle = Qt OpenGL
|
||||
qhp.QtOpenGL.indexTitle = Qt OpenGL
|
||||
|
||||
# Only update the name of the project for the next variables.
|
||||
qhp.qtopengl.virtualFolder = qtopengl
|
||||
qhp.qtopengl.subprojects = classes
|
||||
qhp.qtopengl.subprojects.classes.title = C++ Classes
|
||||
qhp.qtopengl.subprojects.classes.indexTitle = Qt OpenGL C++ Classes
|
||||
qhp.qtopengl.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.qtopengl.subprojects.classes.sortPages = true
|
||||
qhp.QtOpenGL.virtualFolder = qtopengl
|
||||
qhp.QtOpenGL.subprojects = classes
|
||||
qhp.QtOpenGL.subprojects.classes.title = C++ Classes
|
||||
qhp.QtOpenGL.subprojects.classes.indexTitle = Qt OpenGL C++ Classes
|
||||
qhp.QtOpenGL.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.QtOpenGL.subprojects.classes.sortPages = true
|
||||
|
Loading…
Reference in New Issue
Block a user