[GRASS-SVN] r61822 - grass/branches/releasebranch_7_0/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 7 01:43:08 PDT 2014


Author: martinl
Date: 2014-09-07 01:43:08 -0700 (Sun, 07 Sep 2014)
New Revision: 61822

Modified:
   grass/branches/releasebranch_7_0/include/gis.h
Log:
 libgis: add doxygen note about general/g.parser/standard_option.c
         (merge r61789 & r61821 from trunk)


Modified: grass/branches/releasebranch_7_0/include/gis.h
===================================================================
--- grass/branches/releasebranch_7_0/include/gis.h	2014-09-07 08:36:52 UTC (rev 61821)
+++ grass/branches/releasebranch_7_0/include/gis.h	2014-09-07 08:43:08 UTC (rev 61822)
@@ -191,9 +191,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 STD_OPT 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