Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 7, 2021
1 parent 4871520 commit 77466da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsmaplayerconfigwidget.sip.in
Expand Up @@ -32,7 +32,7 @@ an annotation from a :py:class:`QgsAnnotationLayer`.

void setAnnotationId( const QString &id );
%Docstring
Sets the item \id of the target annotation, when modifying
Sets the item ``id`` of the target annotation, when modifying
an annotation from a :py:class:`QgsAnnotationLayer`.

.. seealso:: :py:func:`annotationId`
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayerconfigwidget.h
Expand Up @@ -44,7 +44,7 @@ class GUI_EXPORT QgsMapLayerConfigWidgetContext
QString annotationId() const { return mAnnotationId; }

/**
* Sets the item \id of the target annotation, when modifying
* Sets the item \a id of the target annotation, when modifying
* an annotation from a QgsAnnotationLayer.
*
* \see annotationId()
Expand Down

0 comments on commit 77466da

Please sign in to comment.