aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-03-24 12:07:30 +0100
committerhjk <hjk@qt.io>2023-03-24 14:51:55 +0000
commit884a1d6f944b1334fb1350f426944993eaaf72af (patch)
treed59e899d9c1fc399fee75a3bce633b2f8a9d1203 /src/plugins/qmljstools
parent623a7fa358d0b616d69c9ddb344ab1351970b8e2 (diff)
Replace a few \returns by Returns
Change-Id: I09c633e610421f5cc8257b15de60ffa98d890ee0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/qmljstools')
-rw-r--r--src/plugins/qmljstools/qmljsrefactoringchanges.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljsrefactoringchanges.h b/src/plugins/qmljstools/qmljsrefactoringchanges.h
index d16564832b..33545e2bfc 100644
--- a/src/plugins/qmljstools/qmljsrefactoringchanges.h
+++ b/src/plugins/qmljstools/qmljsrefactoringchanges.h
@@ -24,7 +24,7 @@ public:
QmlJS::Document::Ptr qmljsDocument() const;
/*!
- \returns the offset in the document for the start position of the given
+ Returns the offset in the document for the start position of the given
source location.
*/
unsigned startOf(const QmlJS::SourceLocation &loc) const;