File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -338,8 +338,10 @@ class CORE_EXPORT QgsRasterBlock
338
338
339
339
void applyNoDataValues ( const QgsRasterRangeList &rangeList );
340
340
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
+ */
343
345
void applyScaleOffset ( double scale, double offset );
344
346
345
347
// ! \brief Get error
Original file line number Diff line number Diff line change @@ -431,16 +431,16 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject
431
431
432
432
/* * \brief Get info string from qgis.g.info module
433
433
* \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
444
444
*/
445
445
static QString getInfo ( const QString &info, const QString &gisdbase,
446
446
const QString &location, const QString &mapset = " PERMANENT" ,
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ class QgsWmsProvider : public QgsRasterDataProvider
346
346
/* * Return the full url to request legend graphic
347
347
* The visibleExtent isi only used if provider supports contextual
348
348
* legends according to the QgsWmsSettings
349
- * @added in 2.8
349
+ * \since QGIS 2.8
350
350
*/
351
351
QUrl getLegendGraphicFullURL ( double scale, const QgsRectangle &visibleExtent );
352
352
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
125
125
126
126
/* * Register an access control filter
127
127
* \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
129
129
*/
130
130
void registerAccessControl ( QgsAccessControlFilter *accessControl, int priority = 0 );
131
131
You can’t perform that action at this time.
0 commit comments