summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-08-20 16:06:50 +0200
committerhjk <qtc-committer@nokia.com>2010-08-23 09:37:22 +0200
commita1289a6eadd3fe8ca11a64a483702ca2e056b357 (patch)
tree89849bd39bad71a8546bf31f6c093ec27da70158
parent20f57fdd8a0aed152c91cc3df500a511ffcf58fe (diff)
downloadqt-creator-a1289a6eadd3fe8ca11a64a483702ca2e056b357.tar.gz
doc: fix link and capitalization
(cherry picked from commit 1e50be986a736bccfe0efec44f54117b8fc46c87)
-rw-r--r--doc/qtcreator.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index c8bb90b9d3..64c8bfc8c0 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -4134,7 +4134,7 @@
The non-Python versions use the compiled version of the debugging helpers,
that you must enable separately. For more information, see
- \l{Debugging Helper Library with C++}.
+ \l{Debugging Helpers Based on C++}.
The Python version uses a script version of the debugging helpers
that does not need any special setup.
@@ -4665,7 +4665,7 @@
with Qt Creator, but they enhance the user's ability to quickly
examine complex data significantly.
- \section1 Debugging Helpers based on C++
+ \section1 Debugging Helpers Based on C++
This is the first and original approach to display complex data
types. While it has been superseded on most platforms by the more
@@ -4684,7 +4684,7 @@
library is built for each Qt version.
- \section1 Debugging Helpers based on Python
+ \section1 Debugging Helpers Based on Python
On platforms featuring a Python-enabled version of the gdb debugger,
the data extraction is done by a Python script. This is more robust