Skip to content

Commit 20ae0a8

Browse files
committedApr 3, 2017
Fix some malformed doxygen
1 parent 8bc77af commit 20ae0a8

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed
 

‎src/core/raster/qgsrasterblock.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,10 @@ class CORE_EXPORT QgsRasterBlock
338338

339339
void applyNoDataValues( const QgsRasterRangeList &rangeList );
340340

341-
/** Apply band scale and offset to raster block values
342-
* @\since QGIS 2.3 */
341+
/**
342+
* Apply band scale and offset to raster block values
343+
* \since QGIS 2.3
344+
*/
343345
void applyScaleOffset( double scale, double offset );
344346

345347
//! \brief Get error

‎src/providers/grass/qgsgrass.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -431,16 +431,16 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject
431431

432432
/** \brief Get info string from qgis.g.info module
433433
* \param info info type
434-
* @gisdbase GISBASE path
435-
* @location location name
436-
* @mapset mapset name
437-
* @map map name
438-
* @type map type
439-
* @x x coordinate for query
440-
* @y y coordinate for query
441-
* @extent extent for statistics
442-
* @sampleSize sample size for statistics
443-
* @timeOut timeout
434+
* \param gisdbase GISBASE path
435+
* \param location location name
436+
* \param mapset mapset name
437+
* \param map map name
438+
* \param type map type
439+
* \param x x coordinate for query
440+
* \param y y coordinate for query
441+
* \param extent extent for statistics
442+
* \param sampleSize sample size for statistics
443+
* \param timeOut timeout
444444
*/
445445
static QString getInfo( const QString &info, const QString &gisdbase,
446446
const QString &location, const QString &mapset = "PERMANENT",

‎src/providers/wms/qgswmsprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class QgsWmsProvider : public QgsRasterDataProvider
346346
/** Return the full url to request legend graphic
347347
* The visibleExtent isi only used if provider supports contextual
348348
* legends according to the QgsWmsSettings
349-
* @added in 2.8
349+
* \since QGIS 2.8
350350
*/
351351
QUrl getLegendGraphicFullURL( double scale, const QgsRectangle &visibleExtent );
352352

‎src/server/qgsaccesscontrol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
125125

126126
/** Register an access control filter
127127
* \param accessControl the access control to add
128-
* @priority the priority used to define the order
128+
* \param priority the priority used to define the order
129129
*/
130130
void registerAccessControl( QgsAccessControlFilter *accessControl, int priority = 0 );
131131

0 commit comments

Comments
 (0)
Please sign in to comment.