Skip to content

Commit 9fe2102

Browse files
committed
QgsRasterBlock::printValue(): add documentation notes
1 parent 147a68c commit 9fe2102

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/raster/qgsrasterblock.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,10 @@ class CORE_EXPORT QgsRasterBlock
289289
/** \brief Print float value with all necessary significant digits.
290290
* It is ensured that conversion back to float gives the same number.
291291
* @param value the value to be printed
292-
* @return string representing the value*/
292+
* @return string representing the value
293+
* @note added in QGIS 2.16
294+
* @note not available in python bindings
295+
*/
293296
static QString printValue( float value );
294297

295298
/** \brief Convert data to different type.

0 commit comments

Comments
 (0)