summaryrefslogtreecommitdiffstats
path: root/src/qdoc/generator.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-11-05 07:54:07 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-11-05 10:16:31 +0000
commit4a46391ddaa2b46f50bd7e76ff7fa2e9ba2d7f20 (patch)
tree6e24126ddc4aef27c8cf8295a877ea4942033a73 /src/qdoc/generator.cpp
parente75afb9ab5746b97cb2d9f1538f7fd9ec943bb10 (diff)
parent588571dabe9018b99f516f6e545a8a6323c76eb0 (diff)
Merge remote-tracking branch 'origin/5.13' into 5.14
Diffstat (limited to 'src/qdoc/generator.cpp')
-rw-r--r--src/qdoc/generator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp
index e7088c610..fb02f3cc9 100644
--- a/src/qdoc/generator.cpp
+++ b/src/qdoc/generator.cpp
@@ -1446,7 +1446,7 @@ void Generator::generateInvokableNote(const Node *node, CodeMarker *marker)
/*!
Generate the documentation for \a relative. i.e. \a relative
- is the node that reporesentas the entity where a qdoc comment
+ is the node that represents the entity where a qdoc comment
was found, and \a text represents the qdoc comment.
*/
bool Generator::generateText(const Text &text,
@@ -1686,7 +1686,7 @@ void Generator::generateOverloadedSignal(const Node *node, CodeMarker *marker)
/*!
- Traverses the database recursivly to generate all the documentation.
+ Traverses the database recursively to generate all the documentation.
*/
void Generator::generateDocs()
{