Replace a few \returns by Returns

Change-Id: I09c633e610421f5cc8257b15de60ffa98d890ee0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
hjk
2023-03-24 12:07:30 +01:00
parent 623a7fa358
commit 884a1d6f94
10 changed files with 31 additions and 38 deletions

View File

@@ -35,8 +35,7 @@ public:
virtual ~QuickFixOperation();
/*!
\returns The priority for this quick-fix. See the QuickFixCollector for more
information.
Returns The priority for this quick-fix. See the QuickFixCollector for more information.
*/
virtual int priority() const;
@@ -44,8 +43,7 @@ public:
void setPriority(int priority);
/*!
\returns The description for this quick-fix. This description is shown to the
user.
Returns The description for this quick-fix. This description is shown to the user.
*/
virtual QString description() const;