summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-29 11:09:59 (GMT)
committerhjk <qtc-committer@nokia.com>2009-05-29 11:11:55 (GMT)
commitfe3b9390872bfb03a94be8c17cdc0ce6946369bb (patch)
tree5d818f3298034bbd02a50526498b40a708821d6e /src
parent7dfe8a7980172dccde7fb7920db31c1a8f80c61c (diff)
downloadQt-fe3b9390872bfb03a94be8c17cdc0ce6946369bb.zip
Qt-fe3b9390872bfb03a94be8c17cdc0ce6946369bb.tar.gz
Qt-fe3b9390872bfb03a94be8c17cdc0ce6946369bb.tar.bz2
Fix qstringbuilder documentation.
It was using !fn instead of \fn accidentally.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qstringbuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstringbuilder.cpp b/src/corelib/tools/qstringbuilder.cpp
index b807a89..1ffe2c3 100644
--- a/src/corelib/tools/qstringbuilder.cpp
+++ b/src/corelib/tools/qstringbuilder.cpp
@@ -122,7 +122,7 @@
\sa QLatin1Literal, QString
*/
-/* !fn template <class A, class B> QStringBuilder<A, B> operator%(const A &a, const B &b)
+/* \fn template <class A, class B> QStringBuilder<A, B> operator%(const A &a, const B &b)
Returns a \c QStringBuilder object that is converted to a QString object
when assigned to a variable of QString type or passed to a function that