aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi@gmx.ch>2021-09-03 11:21:11 +0200
committerFawzi Mohamed <fawzi@gmx.ch>2021-11-05 15:58:51 +0200
commitbfb07e39bb422ac71dc73945ece4fe2537b71f5a (patch)
tree3f671eb7e9666b22c975873d7918d2ca90296b16 /src/qmldom
parent6a2ddcd145643b4d9254e0a5f58b9665c07b5d34 (diff)
qmldom: comment fix
Change-Id: Idfc8c248b3b8c976a3360dfd34301d7843a4e753 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmldom')
-rw-r--r--src/qmldom/qqmldomcomments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldom/qqmldomcomments.cpp b/src/qmldom/qqmldomcomments.cpp
index 7edcc0c9d9..cc92472fcd 100644
--- a/src/qmldom/qqmldomcomments.cpp
+++ b/src/qmldom/qqmldomcomments.cpp
@@ -293,7 +293,7 @@ start and end of item
The map uses an index that is based on 2*the location. Thus for every location l it is possible
to have two indexes: 2*l (just before) and 2*l+1 (just after).
-This allows to attach comments to indexes representing either just
+This allows to attach comments to indexes representing either just before or after any location
*/
QMultiMap<quint32, const QList<Comment> *>
CommentedElement::commentGroups(SourceLocation elLocation) const