summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-27 03:13:19 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-27 13:02:45 +0100
commit6623ce7090138e4169bacdfc0c84cdbfbb78ba77 (patch)
treee0237a9d74d48d9710a864f6029479b35d325eb9 /src/serialport/doc
parente4695a4af323524cb602d441e1b6a8b43c540c26 (diff)
Use the module name properly for variables and document entries
This is hopefully the last (or at least one of those) left-over due to the big refactoring. Change-Id: I283d2efcb13d05ff070c73d7cb7de0b9ac44fa9f Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/doc')
-rw-r--r--src/serialport/doc/serialport.qdocconf26
-rw-r--r--src/serialport/doc/src/namespace.qdoc2
2 files changed, 14 insertions, 14 deletions
diff --git a/src/serialport/doc/serialport.qdocconf b/src/serialport/doc/serialport.qdocconf
index 5c032d97..f4b8b0c6 100644
--- a/src/serialport/doc/serialport.qdocconf
+++ b/src/serialport/doc/serialport.qdocconf
@@ -1,5 +1,5 @@
-project = SerialPort
-description = SerialPort Documentation
+project = QtSerialPort
+description = Qt Serial Port Documentation
exampledirs = ../../../examples ..
headerdirs = ./src ../src
@@ -29,32 +29,32 @@ Cpp.ignoredirectives = \
# 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 = SerialPort
+qhp.projects = QtSerialPort
# Sets the name of the output qhp file.
-qhp.SerialPort.file = SerialPort.qhp
+qhp.QtSerialPort.file = QtSerialPort.qhp
# Namespace for the output file. This namespace is used to distinguish between
# different documentation files in Creator/Assistant. The namespace ends with
# a version being a number containing a major, minor and revision element.
# E.g. version 1.0 becomes 100.
-qhp.SerialPort.namespace = com.nokia.SerialPort.100
+qhp.QtSerialPort.namespace = com.nokia.QtSerialPort.100
# Title for the package, will be the main title for the package in
# Assistant/Creator.
-qhp.SerialPort.indexTitle = SerialPort Reference Documentation
+qhp.QtSerialPort.indexTitle = Qt Serial Port Reference Documentation
# Extra files to add to the output which are not linked to from anywhere
# using a qdoc \l command.
-qhp.SerialPort.extraFiles = style/style.css \
+qhp.QtSerialPort.extraFiles = style/style.css \
index.html
# Only update the name of the project for the next variables.
-qhp.SerialPort.virtualFolder = qdoc
-qhp.SerialPort.subprojects = classes
-qhp.SerialPort.subprojects.classes.title = Classes
-qhp.SerialPort.subprojects.classes.selectors = class fake:headerfile
-qhp.SerialPort.subprojects.classes.sortPages = true
+qhp.QtSerialPort.virtualFolder = qdoc
+qhp.QtSerialPort.subprojects = classes
+qhp.QtSerialPort.subprojects.classes.title = Classes
+qhp.QtSerialPort.subprojects.classes.selectors = class fake:headerfile
+qhp.QtSerialPort.subprojects.classes.sortPages = true
# Do NOT change the variables after this line unless you know what you are doing.
@@ -78,6 +78,6 @@ HTML.endheader = "</head>\n"
HTML.postheader = \
" <div class=\"header\">\n" \
" <div id=\"nav-logo\">\n" \
- " <a href=\"index.html\">SerialPort Reference</a>" \
+ " <a href=\"index.html\">Qt Serial Port Reference</a>" \
" </div>\n" \
" </div>\n"
diff --git a/src/serialport/doc/src/namespace.qdoc b/src/serialport/doc/src/namespace.qdoc
index ff5ec85a..cee0dc92 100644
--- a/src/serialport/doc/src/namespace.qdoc
+++ b/src/serialport/doc/src/namespace.qdoc
@@ -28,5 +28,5 @@
/*!
\namespace QtSerialPort
\brief The QtSerialPort namespace contains miscellaneous identifiers
- used throughout the SerialPort library.
+ used throughout the Qt Serial Port library.
*/