Skip to content

Commit

Permalink
Fix some malformed doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent 8bc77af commit 20ae0a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions src/core/raster/qgsrasterblock.h
Expand Up @@ -338,8 +338,10 @@ class CORE_EXPORT QgsRasterBlock

void applyNoDataValues( const QgsRasterRangeList &rangeList );

/** Apply band scale and offset to raster block values
* @\since QGIS 2.3 */
/**
* Apply band scale and offset to raster block values
* \since QGIS 2.3
*/
void applyScaleOffset( double scale, double offset );

//! \brief Get error
Expand Down
20 changes: 10 additions & 10 deletions src/providers/grass/qgsgrass.h
Expand Up @@ -431,16 +431,16 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject

/** \brief Get info string from qgis.g.info module
* \param info info type
* @gisdbase GISBASE path
* @location location name
* @mapset mapset name
* @map map name
* @type map type
* @x x coordinate for query
* @y y coordinate for query
* @extent extent for statistics
* @sampleSize sample size for statistics
* @timeOut timeout
* \param gisdbase GISBASE path
* \param location location name
* \param mapset mapset name
* \param map map name
* \param type map type
* \param x x coordinate for query
* \param y y coordinate for query
* \param extent extent for statistics
* \param sampleSize sample size for statistics
* \param timeOut timeout
*/
static QString getInfo( const QString &info, const QString &gisdbase,
const QString &location, const QString &mapset = "PERMANENT",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.h
Expand Up @@ -346,7 +346,7 @@ class QgsWmsProvider : public QgsRasterDataProvider
/** Return the full url to request legend graphic
* The visibleExtent isi only used if provider supports contextual
* legends according to the QgsWmsSettings
* @added in 2.8
* \since QGIS 2.8
*/
QUrl getLegendGraphicFullURL( double scale, const QgsRectangle &visibleExtent );

Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsaccesscontrol.h
Expand Up @@ -125,7 +125,7 @@ class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider

/** Register an access control filter
* \param accessControl the access control to add
* @priority the priority used to define the order
* \param priority the priority used to define the order
*/
void registerAccessControl( QgsAccessControlFilter *accessControl, int priority = 0 );

Expand Down

0 comments on commit 20ae0a8

Please sign in to comment.