summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/codeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/codeparser.cpp')
-rw-r--r--src/tools/qdoc/codeparser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qdoc/codeparser.cpp b/src/tools/qdoc/codeparser.cpp
index 8f57a691bf..a0ea561b28 100644
--- a/src/tools/qdoc/codeparser.cpp
+++ b/src/tools/qdoc/codeparser.cpp
@@ -383,7 +383,7 @@ void CodeParser::setLink(Node* node, Node::LinkType linkType, const QString& arg
}
/*!
- Returns true if the file being parsed is a .h file.
+ Returns \c true if the file being parsed is a .h file.
*/
bool CodeParser::isParsingH() const
{
@@ -391,7 +391,7 @@ bool CodeParser::isParsingH() const
}
/*!
- Returns true if the file being parsed is a .cpp file.
+ Returns \c true if the file being parsed is a .cpp file.
*/
bool CodeParser::isParsingCpp() const
{
@@ -399,7 +399,7 @@ bool CodeParser::isParsingCpp() const
}
/*!
- Returns true if the file being parsed is a .qdoc file.
+ Returns \c true if the file being parsed is a .qdoc file.
*/
bool CodeParser::isParsingQdoc() const
{