QgsRasterBlock::printValue(): add documentation notes

This commit is contained in:
Even Rouault 2016-05-29 19:52:49 +02:00
parent 147a68c0a0
commit 9fe210283c

View File

@ -289,7 +289,10 @@ class CORE_EXPORT QgsRasterBlock
/** \brief Print float value with all necessary significant digits.
* It is ensured that conversion back to float gives the same number.
* @param value the value to be printed
* @return string representing the value*/
* @return string representing the value
* @note added in QGIS 2.16
* @note not available in python bindings
*/
static QString printValue( float value );
/** \brief Convert data to different type.