diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2013-01-25 19:54:58 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-29 15:48:25 +0100 |
commit | 5391ecd599858a416999e3e7bb367653edf89383 (patch) | |
tree | defd0633dc89c29bfef7b301d14bcb9601a94358 /src/svg/doc | |
parent | 4c5311698427746772df628d26689a44484bb879 (diff) | |
download | qtsvg-5391ecd599858a416999e3e7bb367653edf89383.tar.gz |
Fix module name format in file headers
Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation
Change-Id: I418bbd3817d433a1b82f0f0fea68f2235d2abc5a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/svg/doc')
-rw-r--r-- | src/svg/doc/src/qtsvg-index.qdoc | 2 | ||||
-rw-r--r-- | src/svg/doc/src/qtsvg.qdoc | 2 | ||||
-rw-r--r-- | src/svg/doc/src/svglicense.qdoc | 2 | ||||
-rw-r--r-- | src/svg/doc/src/svgrendering.qdoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/svg/doc/src/qtsvg-index.qdoc b/src/svg/doc/src/qtsvg-index.qdoc index 89769dc..3f598b7 100644 --- a/src/svg/doc/src/qtsvg-index.qdoc +++ b/src/svg/doc/src/qtsvg-index.qdoc @@ -3,7 +3,7 @@ ** Copyright (C) 2013 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/qtsvg.qdoc b/src/svg/doc/src/qtsvg.qdoc index a25dec3..e49b36a 100644 --- a/src/svg/doc/src/qtsvg.qdoc +++ b/src/svg/doc/src/qtsvg.qdoc @@ -3,7 +3,7 @@ ** Copyright (C) 2013 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/svglicense.qdoc b/src/svg/doc/src/svglicense.qdoc index 7d5aff5..a357cbd 100644 --- a/src/svg/doc/src/svglicense.qdoc +++ b/src/svg/doc/src/svglicense.qdoc @@ -3,7 +3,7 @@ ** Copyright (C) 2013 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 23a5c08..3ef66d5 100644 --- a/src/svg/doc/src/svgrendering.qdoc +++ b/src/svg/doc/src/svgrendering.qdoc @@ -3,7 +3,7 @@ ** Copyright (C) 2013 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 |