Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 26, 2019
1 parent 107b48a commit 2e0a54d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -91,9 +91,10 @@ namespace QgsWms

/**
* Returns the map as DXF data
\param options: extracted from the FORMAT_OPTIONS parameter
\returns the map as DXF data
\since QGIS 3.0*/
* \param options extracted from the FORMAT_OPTIONS parameter
* \returns the map as DXF data
* \since QGIS 3.0
*/
QgsDxfExport getDxf( const QMap<QString, QString> &options );

/**
Expand Down

0 comments on commit 2e0a54d

Please sign in to comment.