Skip to content

Commit

Permalink
Fix doxygen command
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 9, 2021
1 parent bf6af35 commit 1daccf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsaggregatecalculator.sip.in
Expand Up @@ -147,7 +147,7 @@ Calculates the value of an aggregate.
:param fieldOrExpression: source field or expression to use as basis for aggregated values.
If an expression is used, then the context parameter must be set.
:param context: expression context for evaluating expressions
:param ok: if specified, will be set to ``True`` if aggregate calculation was successful. If \ok is ``False`` then :py:func:`~QgsAggregateCalculator.lastError` can be used to retrieve a descriptive error message.
:param ok: if specified, will be set to ``True`` if aggregate calculation was successful. If ``ok`` is ``False`` then :py:func:`~QgsAggregateCalculator.lastError` can be used to retrieve a descriptive error message.
:param feedback: optional feedback argument for early cancellation (since QGIS 3.22). If set, this will take precedence over any feedback object
set on the expression ``context``.

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsaggregatecalculator.h
Expand Up @@ -180,7 +180,7 @@ class CORE_EXPORT QgsAggregateCalculator
* \param fieldOrExpression source field or expression to use as basis for aggregated values.
* If an expression is used, then the context parameter must be set.
* \param context expression context for evaluating expressions
* \param ok if specified, will be set to TRUE if aggregate calculation was successful. If \ok is FALSE then lastError() can be used to retrieve a descriptive error message.
* \param ok if specified, will be set to TRUE if aggregate calculation was successful. If \a ok is FALSE then lastError() can be used to retrieve a descriptive error message.
* \param feedback optional feedback argument for early cancellation (since QGIS 3.22). If set, this will take precedence over any feedback object
* set on the expression \a context.
* \returns calculated aggregate value
Expand Down

0 comments on commit 1daccf6

Please sign in to comment.