Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 17, 2018
1 parent 8bf3d23 commit 7a9b298
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/dxf/qgsdxfexport.sip.in
Expand Up @@ -401,7 +401,7 @@ Write mtext (MTEXT)
%Docstring
Returns scale factor for conversion to map units

:param scaleDenominator: the map scale denominator
:param scale: the map scale denominator
:param symbolUnits: the symbol output units
:param mapUnits: the map units
:param mapUnitsPerPixel: Map units per pixel
Expand Down
2 changes: 1 addition & 1 deletion src/core/dxf/qgsdxfexport.h
Expand Up @@ -386,7 +386,7 @@ class CORE_EXPORT QgsDxfExport

/**
* Returns scale factor for conversion to map units
* \param scaleDenominator the map scale denominator
* \param scale the map scale denominator
* \param symbolUnits the symbol output units
* \param mapUnits the map units
* \param mapUnitsPerPixel Map units per pixel
Expand Down

0 comments on commit 7a9b298

Please sign in to comment.