summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2012-12-12 00:08:17 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 16:41:21 +0100
commitf83658449c698391d6a910c112fa629efd13efe1 (patch)
treedbc04b4257d7eba0ab3ec7dea7edd7781d0e88ec
parent1accf63a44d8a7aa4a404020b273b8967048f589 (diff)
downloadqtsvg-f83658449c698391d6a910c112fa629efd13efe1.tar.gz
Doc: Capitalize "Qt SVG" properly
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Change-Id: I9a7a30f45a56f8700498cb382899e2139689b998 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/svg/doc/qtsvg.qdocconf6
-rw-r--r--src/svg/doc/src/qtsvg-index.qdoc8
-rw-r--r--src/svg/doc/src/qtsvg.qdoc6
-rw-r--r--src/svg/doc/src/svglicense.qdoc2
-rw-r--r--src/svg/doc/src/svgrendering.qdoc2
5 files changed, 12 insertions, 12 deletions
diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf
index 031828d..2758128 100644
--- a/src/svg/doc/qtsvg.qdocconf
+++ b/src/svg/doc/qtsvg.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtSvg
-description = Qt Svg Reference Documentation
+description = Qt SVG Reference Documentation
url = http://qt-project.org/doc/qtsvg
version = 5.0.0
@@ -11,7 +11,7 @@ qhp.projects = QtSvg
qhp.QtSvg.file = qtsvg.qhp
qhp.QtSvg.namespace = org.qt-project.qtsvg.500
qhp.QtSvg.virtualFolder = qtsvg
-qhp.QtSvg.indexTitle = Qt Svg
+qhp.QtSvg.indexTitle = Qt SVG
qhp.QtSvg.indexRoot =
qhp.QtSvg.filterAttributes = qtsvg 5.0.0 qtrefdoc
@@ -19,7 +19,7 @@ qhp.QtSvg.customFilters.Qt.name = QtSvg 5.0.0
qhp.QtSvg.customFilters.Qt.filterAttributes = qtsvg 5.0.0
qhp.QtSvg.subprojects = classes
qhp.QtSvg.subprojects.classes.title = C++ Classes
-qhp.QtSvg.subprojects.classes.indexTitle = Qt Svg C++ Classes
+qhp.QtSvg.subprojects.classes.indexTitle = Qt SVG C++ Classes
qhp.QtSvg.subprojects.classes.selectors = class fake:headerfile
qhp.QtSvg.subprojects.classes.sortPages = true
diff --git a/src/svg/doc/src/qtsvg-index.qdoc b/src/svg/doc/src/qtsvg-index.qdoc
index 6208646..6e5b16a 100644
--- a/src/svg/doc/src/qtsvg-index.qdoc
+++ b/src/svg/doc/src/qtsvg-index.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the documentation of the Qt Svg Module.
+** This file is part of the documentation of the Qt SVG Module.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
@@ -28,7 +28,7 @@
/*!
\title Qt SVG
\page qtsvg-index.html
- \brief Qt Svg provides functionality for handling SVG images.
+ \brief Qt SVG provides functionality for handling SVG images.
Scalable Vector Graphics (SVG) is an XML-based language for
describing two-dimensional vector graphics. Qt provides classes
@@ -56,10 +56,10 @@
\section1 References
\list
- \li \l{Qt Svg C++ Classes}
+ \li \l{Qt SVG C++ Classes}
\endlist
- Qt Svg comes with the following examples:
+ Qt SVG comes with the following examples:
\list
\li \l{SVG Generator Example}
diff --git a/src/svg/doc/src/qtsvg.qdoc b/src/svg/doc/src/qtsvg.qdoc
index ffdc15e..34d828f 100644
--- a/src/svg/doc/src/qtsvg.qdoc
+++ b/src/svg/doc/src/qtsvg.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the documentation of the Qt Svg Module.
+** This file is part of the documentation of the Qt SVG Module.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
@@ -27,10 +27,10 @@
/*!
\module QtSvg
- \title Qt Svg C++ Classes
+ \title Qt SVG C++ Classes
\ingroup modules
- \brief The Qt Svg module provides functionality for handling SVG images.
+ \brief The Qt SVG module provides functionality for handling SVG images.
Scalable Vector Graphics (SVG) is an XML-based language for
describing two-dimensional vector graphics. Qt provides classes
diff --git a/src/svg/doc/src/svglicense.qdoc b/src/svg/doc/src/svglicense.qdoc
index 9aa5e1b..faea84c 100644
--- a/src/svg/doc/src/svglicense.qdoc
+++ b/src/svg/doc/src/svglicense.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the documentation of the Qt Svg Module.
+** This file is part of the documentation of the Qt SVG Module.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
diff --git a/src/svg/doc/src/svgrendering.qdoc b/src/svg/doc/src/svgrendering.qdoc
index d401cb2..5daf26b 100644
--- a/src/svg/doc/src/svgrendering.qdoc
+++ b/src/svg/doc/src/svgrendering.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the documentation of the Qt Svg Module.
+** This file is part of the documentation of the Qt SVG Module.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage