Skip to content

Commit 7a9b298

Browse files
committed
Fix doxygen warning
1 parent 8bf3d23 commit 7a9b298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/dxf/qgsdxfexport.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Write mtext (MTEXT)
401401
%Docstring
402402
Returns scale factor for conversion to map units
403403

404-
:param scaleDenominator: the map scale denominator
404+
:param scale: the map scale denominator
405405
:param symbolUnits: the symbol output units
406406
:param mapUnits: the map units
407407
:param mapUnitsPerPixel: Map units per pixel

src/core/dxf/qgsdxfexport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class CORE_EXPORT QgsDxfExport
386386

387387
/**
388388
* Returns scale factor for conversion to map units
389-
* \param scaleDenominator the map scale denominator
389+
* \param scale the map scale denominator
390390
* \param symbolUnits the symbol output units
391391
* \param mapUnits the map units
392392
* \param mapUnitsPerPixel Map units per pixel

0 commit comments

Comments
 (0)