浏览代码

Link added to overview table of parser standard options

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66972 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
a6e173582d
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 2 0
      general/g.parser/g.parser.html
  2. 3 1
      lib/gis/parser.c

+ 2 - 0
general/g.parser/g.parser.html

@@ -527,6 +527,8 @@ printf ("Value of GIS_OPT_vect: '%s'\n", $ENV{'GIS_OPT_VECTOR'});
 </em>
 
 <p>
+Overview table: <a href="parser_standard_options.html">Parser standard options</a>
+<p>
 <a href="http://trac.osgeo.org/grass/wiki/Submitting/Python">Submitting rules for Python</a>
 
 <p>

+ 3 - 1
lib/gis/parser.c

@@ -64,7 +64,9 @@
  *    that the "map" option is required and also that the number 12 is
  *    out of range.  The acceptable range (or list) will be printed.
  *
- * (C) 2001-2014 by the GRASS Development Team
+ * Overview table: <a href="parser_standard_options.html">Parser standard options</a>
+ * 
+ * (C) 2001-2015 by the GRASS Development Team
  *
  * This program is free software under the GNU General Public License
  * (>=v2). Read the file COPYING that comes with GRASS for details.