Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 25, 2019
1 parent 95ed64e commit 2168741
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/server/services/wms/qgswmsparameters.h
Expand Up @@ -1190,37 +1190,37 @@ namespace QgsWms
*/
QStringList atlasPk() const;

/*
/**
* Returns a map of DXF options defined within FORMAT_OPTIONS parameter.
* \since QGIS 3.8
*/
QMap<DxfFormatOption, QString> dxfFormatOptions() const;

/*
/**
* Returns the DXF LAYERATTRIBUTES parameter.
* \since QGIS 3.8
*/
QStringList dxfLayerAttributes() const;

/*
/**
* Returns the DXF USE_TITLE_AS_LAYERNAME parameter.
* \since QGIS 3.8
*/
bool dxfUseLayerTitleAsName() const;

/*
/**
* Returns the DXF SCALE parameter.
* \since QGIS 3.8
*/
double dxfScale() const;

/*
/**
* Returns the DXF MODE parameter.
* \since QGIS 3.8
*/
QgsDxfExport::SymbologyExport dxfMode() const;

/*
/**
* Returns the DXF CODEC parameter.
* \since QGIS 3.8
*/
Expand Down

0 comments on commit 2168741

Please sign in to comment.