Skip to content

Commit

Permalink
QgsRasterBlock::printValue(): add documentation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 29, 2016
1 parent 147a68c commit 9fe2102
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/raster/qgsrasterblock.h
Expand Up @@ -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.
Expand Down

0 comments on commit 9fe2102

Please sign in to comment.