Use QDoc instead of Qdoc to be consistent with the rest of the documentation
authorLaszlo Papp <lpapp@kde.org>
Fri, 6 Jul 2012 14:03:04 +0000 (15:03 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 8 Jul 2012 13:33:35 +0000 (15:33 +0200)
Change-Id: Iec031e207609b87e3c85bec66a7aaebd971973d1
Reviewed-by: Richard J. Moore <rich@kde.org>
src/tools/qdoc/doc/qdoc-guide.qdoc
src/tools/qdoc/doc/qdoc-manual.qdoc

index a875c48..e57c385 100644 (file)
     to the QtQuick2 module while there is also a QtQuick1 module for the older
     types introduced in Qt 4.
 
-    Modules affect the way Qdoc link and relate the types. The
+    Modules affect the way QDoc link and relate the types. The
     \l{qmlclass-command}{\\qmlclass} topic command must have an
     \l{inqmlmodule-command}{\\inqmlmodule} context command to relate the
     type to a module. Similarly, a \l{qmlmodule-command}{\\qmlmodule} topic
index c20633d..2b4d160 100644 (file)
     file also contains other information for QDoc.
 
     See \l{The QDoc Configuration File} for a instructions on how to
-    build a Qdoc configuration file.
+    build a QDoc configuration file.
 
     \section1 How QDoc Works