瀏覽代碼

libgis: fix doxygen docs (close tags)

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

+ 2 - 2
lib/gis/token.c

@@ -54,8 +54,8 @@ char **G_tokenize(const char *buf, const char *delim)
   
   This fuction behaves similarly to G_tokenize().
 
-  It introduces <em>valchar<em> which defines borders of token. Within
-  token <em>delim<em> is ignored.
+  It introduces <em>valchar</em> which defines borders of token. Within
+  token <em>delim</em> is ignored.
   
   Example:
   \code