[GRASS-SVN] r52468 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 27 13:53:30 PDT 2012
Author: martinl
Date: 2012-07-27 13:53:30 -0700 (Fri, 27 Jul 2012)
New Revision: 52468
Modified:
grass/trunk/include/gis.h
Log:
doxygen cosmetics: document `format: -1`
Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h 2012-07-27 20:12:39 UTC (rev 52467)
+++ grass/trunk/include/gis.h 2012-07-27 20:53:30 UTC (rev 52468)
@@ -321,7 +321,10 @@
*/
struct Cell_head
{
- /*! \brief Max number of bytes per raster data value minus 1 (raster header only) */
+ /*! \brief Max number of bytes per raster data value minus 1 (raster header only)
+
+ Note: -1 for FP raster maps
+ */
int format;
/*! \brief Compression mode (raster header only)
More information about the grass-commit
mailing list