summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/custom-types.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-09 13:24:30 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-09-11 16:11:20 +0200
commit20a6b6b3ca3f2bb81c71d6b18b84510b27d4675a (patch)
treec725bfaf32070ebdd8d43809d4497eeb7b5386cf /src/corelib/doc/src/custom-types.qdoc
parent0db3ea4048fe572a256deb343ea5e64a55d98de9 (diff)
Doc: corrected link/autolink errors in corelib/doc/src
Task-number: QTBUG-40362 Change-Id: I0ff1523c76724e0662bafed08515ea06bbdd8381 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/corelib/doc/src/custom-types.qdoc')
-rw-r--r--src/corelib/doc/src/custom-types.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/custom-types.qdoc b/src/corelib/doc/src/custom-types.qdoc
index ed846aee83..bac4a90829 100644
--- a/src/corelib/doc/src/custom-types.qdoc
+++ b/src/corelib/doc/src/custom-types.qdoc
@@ -147,7 +147,7 @@
The output sent to the debug stream can, of course, be made as simple or as
complicated as you like. Note that the value returned by this function is
the QDebug object itself, though this is often obtained by calling the
- maybeSpace() member function of QDebug that pads out the stream with space
+ \l{QDebug::}{maybeSpace()} member function of QDebug that pads out the stream with space
characters to make it more readable.
\section1 Further Reading