diff options
| author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:21 +0200 |
|---|---|---|
| committer | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:35 +0200 |
| commit | d0eb444a49f6064ecb896f62276e060cd8a4b1e8 (patch) | |
| tree | 34d8dd637baf665225ada73e76604531cd2c75e5 /src/tools/qdoc/codeparser.cpp | |
| parent | da0cb32b8ee7cc4a991a59420a411898e63a660e (diff) | |
| parent | 894f86709080fe8d20875b402adce679963c49c2 (diff) | |
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: Ib8cfeee7d9ca15e8ad520e428b72c200827a8628
Diffstat (limited to 'src/tools/qdoc/codeparser.cpp')
| -rw-r--r-- | src/tools/qdoc/codeparser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qdoc/codeparser.cpp b/src/tools/qdoc/codeparser.cpp index 8f57a691bf9..a0ea561b283 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 { |
