Skip to content

Commit ed825e6

Browse files
committed
fix doxymentation warnings
1 parent 98ca2dc commit ed825e6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/core/raster/qgsrasterdataprovider.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class QgsRasterIdentifyResult;
5252
class QgsMapSettings;
5353

5454
/**
55-
* \class Handles asynchronous download of images
55+
* \brief Handles asynchronous download of images
5656
*
5757
* \note added in 2.8
5858
*/
@@ -231,8 +231,9 @@ class CORE_EXPORT QgsRasterDataProvider : public QgsDataProvider, public QgsRast
231231
/** \brief Returns the legend rendered as pixmap
232232
*
233233
* useful for that layer that need to get legend layer remotely as WMS
234-
* \param visibleExtent Visible extent for providers supporting
235-
* contextual legends, in layer CRS
234+
* \param scale Optional parameter that is the Scale of the layer
235+
* \param forceRefresh Optional bool parameter to force refresh getLegendGraphic call
236+
* \param visibleExtent Visible extent for providers supporting contextual legends, in layer CRS
236237
* \note visibleExtent parameter added in 2.8
237238
*/
238239
virtual QImage getLegendGraphic( double scale = 0, bool forceRefresh = false, const QgsRectangle * visibleExtent = 0 )
@@ -244,7 +245,7 @@ class CORE_EXPORT QgsRasterDataProvider : public QgsDataProvider, public QgsRast
244245
}
245246

246247
/**
247-
* \class Get an image downloader for the raster legend
248+
* \brief Get an image downloader for the raster legend
248249
*
249250
* \param mapSettings map settings for legend providers supporting
250251
* contextual legends.

0 commit comments

Comments
 (0)