summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/qmlvisitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/qmlvisitor.cpp')
-rw-r--r--src/tools/qdoc/qmlvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/qmlvisitor.cpp b/src/tools/qdoc/qmlvisitor.cpp
index c049857717..323c312eb5 100644
--- a/src/tools/qdoc/qmlvisitor.cpp
+++ b/src/tools/qdoc/qmlvisitor.cpp
@@ -311,7 +311,7 @@ bool QmlDocVisitor::applyDocumentation(QQmlJS::AST::SourceLocation location, Nod
C++ namespace. So this function splits \a arg on "::"
and stores the parts in the \e {type}, \e {module},
\e {component}, and \a {name}, fields of \a qpa. If it
- is successful, it returns true. If not enough parts
+ is successful, it returns \c true. If not enough parts
are found, a qdoc warning is emitted and false is
returned.
*/