diff options
Diffstat (limited to 'src/qdoc/generator.cpp')
-rw-r--r-- | src/qdoc/generator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp index 579e1ced6..d18529fe9 100644 --- a/src/qdoc/generator.cpp +++ b/src/qdoc/generator.cpp @@ -109,7 +109,7 @@ void Generator::appendFullName(Text &text, const Node *apparentNode, const QStri /*! Append the signature for the function named in \a node to - \a text, so that is is a link to the documentation for that + \a text, so that is a link to the documentation for that function. */ void Generator::appendSignature(Text &text, const Node *node) |