summaryrefslogtreecommitdiffstats
path: root/doc/src/development
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-07 13:04:48 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-07 13:04:48 (GMT)
commit6d6cd91519842b18b2d520391d330346a2f6def1 (patch)
tree957d18172896e21475629b14d535c36f52b7bcac /doc/src/development
parenteb5e587af8867fa57ee764441905bdf982ab43c6 (diff)
downloadQt-6d6cd91519842b18b2d520391d330346a2f6def1.zip
Qt-6d6cd91519842b18b2d520391d330346a2f6def1.tar.gz
Qt-6d6cd91519842b18b2d520391d330346a2f6def1.tar.bz2
Doc: Fixed warnings and other problems found while fixing markup.
Diffstat (limited to 'doc/src/development')
-rw-r--r--doc/src/development/qmake-manual.qdoc3
-rw-r--r--doc/src/development/qtestlib.qdoc2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index c33e777..9a46ea8 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -555,7 +555,8 @@
\c qmake output will be a Makefile.
\o \c -project \BR
\c qmake output will be a project file. \BR
-\bold{Note:} It is likely that the created file will need to be edited for example adding the \c QT variable to suit what modules are required for the project.
+ \bold{Note:} It is likely that the created file will need to be edited; for example,
+ adding the \c QT variable to suit what modules are required for the project.
\endlist
The following \c options are used to specify both general and mode-specific
diff --git a/doc/src/development/qtestlib.qdoc b/doc/src/development/qtestlib.qdoc
index 34429ae..8924bdb 100644
--- a/doc/src/development/qtestlib.qdoc
+++ b/doc/src/development/qtestlib.qdoc
@@ -130,7 +130,7 @@
\snippet doc/src/snippets/code/doc_src_qtestlib.qdoc 1
- If you are using other buildtools, make sure that you add the location
+ If you are using other build tools, make sure that you add the location
of the QTestLib header files to your include path (usually \c{include/QtTest}
under your Qt installation directory). If you are using a release build
of Qt, link your test to the \c QtTest library. For debug builds, use