Skip to content

Commit 5bca9ac

Browse files
committed
fix another doxygen warning
1 parent 0088f28 commit 5bca9ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/core/raster/qgsrasterfilewriter.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ class CORE_EXPORT QgsRasterFileWriter
115115
const QgsCoordinateReferenceSystem& crs, QProgressDialog* progressDialog = 0 );
116116

117117
/** \brief Initialize vrt member variables
118+
* @param xSize width of vrt
119+
* @param ySize height of vrt
120+
* @param crs coordinate system of vrt
121+
* @param geoTransform optional array of transformation matrix values
122+
* @param type datatype of vrt
118123
* @param destHasNoDataValueList true if destination has no data value, indexed from 0
119124
* @param destNoDataValueList no data value, indexed from 0
120125
*/
@@ -132,6 +137,12 @@ class CORE_EXPORT QgsRasterFileWriter
132137
const QgsCoordinateReferenceSystem& crs );
133138

134139
/** \brief Init VRT (for tiled mode) or create global output provider (single-file mode)
140+
* @param nCols number of tile columns
141+
* @param nRows number of tile rows
142+
* @param crs coordinate system of vrt
143+
* @param geoTransform optional array of transformation matrix values
144+
* @param nBands number of bands
145+
* @param type datatype of vrt
135146
* @param destHasNoDataValueList true if destination has no data value, indexed from 0
136147
* @param destNoDataValueList no data value, indexed from 0
137148
*/

0 commit comments

Comments
 (0)