summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-11-01 07:25:03 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-11-01 07:25:03 (GMT)
commit5fdbfcaa0ebda0b2062d962734546309c6d2247c (patch)
tree0ff2692e1f4ae293cffd4f4bbf878f8280c52966 /doc/src/examples
parent08ab82e447a0cac0a48daf900c57127c2ee534d2 (diff)
downloadQt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.zip
Qt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.tar.gz
Qt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.tar.bz2
doc: Corrections to linking errors detected by the DITA XML generator..
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/svgalib.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/examples/svgalib.qdoc b/doc/src/examples/svgalib.qdoc
index 3e3e4d5..f733058 100644
--- a/doc/src/examples/svgalib.qdoc
+++ b/doc/src/examples/svgalib.qdoc
@@ -322,9 +322,8 @@
\snippet examples/qws/svgalib/svgalibsurface.h 0
We can implement most of the pure virtual functions inherited from
- QWSWindowSurface as trivial inline functions, except the
- \l {QWindowSurface::}{scroll()} function that actually makes use
- of some hardware acceleration:
+ QWSWindowSurface as trivial inline functions, except the scroll()
+ function that actually makes use of some hardware acceleration:
\snippet examples/qws/svgalib/svgalibsurface.cpp 0