summaryrefslogtreecommitdiffstats
path: root/doc/src/development
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-17 13:25:26 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-17 13:25:26 (GMT)
commitec6787933c15f2894a62b2e8510902a60b4fc792 (patch)
tree79c75ea789d355db86e6ab76bdb972ea886ca5fe /doc/src/development
parent86da319e2518cb316b8ececeecc4e74df8809d19 (diff)
downloadQt-ec6787933c15f2894a62b2e8510902a60b4fc792.zip
Qt-ec6787933c15f2894a62b2e8510902a60b4fc792.tar.gz
Qt-ec6787933c15f2894a62b2e8510902a60b4fc792.tar.bz2
Doc: Fixed broken snippets.
Diffstat (limited to 'doc/src/development')
-rw-r--r--doc/src/development/assistant-manual.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/development/assistant-manual.qdoc b/doc/src/development/assistant-manual.qdoc
index 1ed99db..8d3c667 100644
--- a/doc/src/development/assistant-manual.qdoc
+++ b/doc/src/development/assistant-manual.qdoc
@@ -676,13 +676,13 @@
The following example shows how this can be done:
- \snippet doc/src/snippets/code/doc_src_assistant-manual.cpp 2
+ \snippet doc/src/snippets/code/doc_src_assistant-manual.qdoc 2
Once \QA is running, you can send commands by using the stdin channel of
the process. The code snippet below shows how to tell \QA to show a certain
page in the documentation.
- \snippet doc/src/snippets/code/doc_src_assistant-manual.cpp 3
+ \snippet doc/src/snippets/code/doc_src_assistant-manual.qdoc 3
Note that the trailing newline character is required to mark the end
of the input.
@@ -745,7 +745,7 @@
instead of one line for every command. The commands have to be separated by
a semicolon, as shown in the following example:
- \snippet doc/src/snippets/code/doc_src_assistant-manual.cpp 4
+ \snippet doc/src/snippets/code/doc_src_assistant-manual.qdoc 4
\section1 Compatibility with Old Formats