diff options
author | Andreas Eliasson <andreas.eliasson@qt.io> | 2023-02-09 13:34:02 +0100 |
---|---|---|
committer | Andreas Eliasson <andreas.eliasson@qt.io> | 2023-02-09 14:10:38 +0100 |
commit | ac8cc15fe727a219da3b6dcd345a9976d2945f09 (patch) | |
tree | b95b855a0a8a3e281af9e040db79aceb8b74aeee /src/qdoc/generator.cpp | |
parent | 1e0539ea51b75d9404ccc9506fcc0cdfa6951307 (diff) | |
download | qttools-ac8cc15fe727a219da3b6dcd345a9976d2945f09.tar.gz |
Doc: Remove duplicate words
Change-Id: If596f8677bbebba160e740dfcc24bba064dcb85f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
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) |