瀏覽代碼

libgis: add doxygen note about general/g.parser/standard_option.c

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61789 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父節點
當前提交
beedea5f50
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      include/gis.h

+ 5 - 2
include/gis.h

@@ -194,9 +194,12 @@ static const char *GRASS_copyright __attribute__ ((unused))
   that the map is not supposed to exist and that module will create one.
   that the map is not supposed to exist and that module will create one.
 
 
   Used by the G_parser() system.
   Used by the G_parser() system.
-*/
 
 
-/**/ typedef enum
+  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
 {
 {
     G_OPT_UNDEFINED,
     G_OPT_UNDEFINED,
     G_OPT_DB_SQL,		/*!< SQL statements */
     G_OPT_DB_SQL,		/*!< SQL statements */