[GRASS-SVN] r61789 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 3 07:22:56 PDT 2014


Author: martinl
Date: 2014-09-03 07:22:56 -0700 (Wed, 03 Sep 2014)
New Revision: 61789

Modified:
   grass/trunk/include/gis.h
Log:
libgis: add doxygen note about general/g.parser/standard_option.c


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2014-09-03 12:17:48 UTC (rev 61788)
+++ grass/trunk/include/gis.h	2014-09-03 14:22:56 UTC (rev 61789)
@@ -194,9 +194,12 @@
   that the map is not supposed to exist and that module will create one.
 
   Used by the G_parser() system.
+
+  IMPORTANT NOTE: when adding new item to the you should also update
+  STD_OPT_STRINGS array in general/g.parser/standard_option.c.
+
 */
-
-/**/ typedef enum
+typedef enum
 {
     G_OPT_UNDEFINED,
     G_OPT_DB_SQL,		/*!< SQL statements */



More information about the grass-commit mailing list