summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-25 23:23:05 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-25 17:25:15 +0100
commit69211887e90304e44894475881c5c3aad8bd6107 (patch)
tree16c8cb3c5ff63d85a0bab407a8a709c01780a99c /src
parentc3c83eb164c3932a311ad47ef0e1991d0bdc6c0e (diff)
downloadqtxmlpatterns-69211887e90304e44894475881c5c3aad8bd6107.tar.gz
Doc: Fix module name format
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Change-Id: I1a8b3cafa9d1b9a6fdde835ae93f5f87b4d3970c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/xmlpatterns/Mainpage.dox4
-rw-r--r--src/xmlpatterns/type/qprimitives_p.h2
-rw-r--r--src/xmlpatterns/utils/qpatternistlocale_p.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/Mainpage.dox b/src/xmlpatterns/Mainpage.dox
index 2a56358..b4ca79c 100644
--- a/src/xmlpatterns/Mainpage.dox
+++ b/src/xmlpatterns/Mainpage.dox
@@ -50,14 +50,14 @@
// We mean it.
/**
- * @mainpage QtXmlPatterns -- an implementation of XML technologies
+ * @mainpage Qt XML Patterns -- an implementation of XML technologies
*
* - @ref Patternist_info
* - @ref Patternist_writingDoxygen
*
* @section Patternist_info Overview
*
- * This is the internal developer documentation for QtXmlPatterns. Please refer
+ * This is the internal developer documentation for Qt XML Patterns. Please refer
* to Qt Assistant for usage documentation.
*
* The documentation that you are reading right now, can be generated by
diff --git a/src/xmlpatterns/type/qprimitives_p.h b/src/xmlpatterns/type/qprimitives_p.h
index 470e18f..c196a04 100644
--- a/src/xmlpatterns/type/qprimitives_p.h
+++ b/src/xmlpatterns/type/qprimitives_p.h
@@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE
class QString;
/**
- * @short The namespace for the internal API of QtXmlPatterns
+ * @short The namespace for the internal API of Qt XML Patterns
* @internal
*/
namespace QPatternist
diff --git a/src/xmlpatterns/utils/qpatternistlocale_p.h b/src/xmlpatterns/utils/qpatternistlocale_p.h
index 166aaad..6219c16 100644
--- a/src/xmlpatterns/utils/qpatternistlocale_p.h
+++ b/src/xmlpatterns/utils/qpatternistlocale_p.h
@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE
namespace QPatternist
{
/**
- * @short Provides a translation context & functions for the QtXmlPatterns
+ * @short Provides a translation context & functions for the Qt XML Patterns
* module.
*
* This class is not supposed to be instantiated.