Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 14, 2024
1 parent 566b2f7 commit b7d18c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ been calculated.
:param document: text document to draw
:param metrics: precalculated text metrics
:param context: destination render context
:param horizontalAlignment: horizontal alignment
:param alignment: horizontal alignment
:param rotation: text rotation

.. versionadded:: 3.40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ been calculated.
:param document: text document to draw
:param metrics: precalculated text metrics
:param context: destination render context
:param horizontalAlignment: horizontal alignment
:param alignment: horizontal alignment
:param rotation: text rotation

.. versionadded:: 3.40
Expand Down
2 changes: 1 addition & 1 deletion src/core/textrenderer/qgstextrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class CORE_EXPORT QgsTextRenderer
* \param document text document to draw
* \param metrics precalculated text metrics
* \param context destination render context
* \param horizontalAlignment horizontal alignment
* \param alignment horizontal alignment
* \param rotation text rotation
*
* \since QGIS 3.40
Expand Down

0 comments on commit b7d18c0

Please sign in to comment.