summaryrefslogtreecommitdiffstats
path: root/src/xml/doc
diff options
context:
space:
mode:
authorKevin Krammer <kevin.krammer@kdab.com>2012-11-30 17:24:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:43:28 +0100
commitc107b6d8171d4dec3e8ee7b1911bb41cb15c1f14 (patch)
treeccf1aa458f81cfc2ba583fe042b5a6e8ae92704e /src/xml/doc
parentef71d4ffcd58a8ef2126248cb573a9819a1fa805 (diff)
Docs: fix code snippet paths in xml-processing.qdoc
Configuration file's exampledirs variable already contains the xml sub directory, snippet paths are relative to that Change-Id: I627aebade224afdb7bd38f2b1a089a747e49fabf Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/xml/doc')
-rw-r--r--src/xml/doc/src/xml-processing.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc
index d6b7ca24c4..1b6882691c 100644
--- a/src/xml/doc/src/xml-processing.qdoc
+++ b/src/xml/doc/src/xml-processing.qdoc
@@ -238,10 +238,10 @@
The constructor takes \a treeWidget as a parameter and the class has Xbel
specific functions:
- \snippet xml/streambookmarks/xbelreader.h 1
+ \snippet streambookmarks/xbelreader.h 1
\dots
- \snippet xml/streambookmarks/xbelreader.h 2
+ \snippet streambookmarks/xbelreader.h 2
\dots
The \c read() function accepts a QIODevice and sets it with
@@ -250,7 +250,7 @@
display a custom error message, inidicating that the file's version
is incorrect.
- \snippet xml/streambookmarks/xbelreader.cpp 1
+ \snippet streambookmarks/xbelreader.cpp 1
The pendent to QXmlStreamReader is QXmlStreamWriter, which provides an XML
writer with a simple streaming API. QXmlStreamWriter operates on a
@@ -283,7 +283,7 @@
of QXmlStreamWriter. Its \c writeFile() function illustrates the core
functions of QXmlStreamWriter mentioned above:
- \snippet xml/streambookmarks/xbelwriter.cpp 1
+ \snippet streambookmarks/xbelwriter.cpp 1
*/
/*!