Explorar o código

libgis: add doxygen header (parser_rest|html.c)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52464 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=12) %!d(string=hai) anos
pai
achega
57f1f9c467
Modificáronse 2 ficheiros con 27 adicións e 2 borrados
  1. 13 0
      lib/gis/parser_html.c
  2. 14 2
      lib/gis/parser_rest.c

+ 13 - 0
lib/gis/parser_html.c

@@ -1,3 +1,16 @@
+/*!
+  \file lib/gis/parser_html.c
+  
+  \brief GIS Library - Argument parsing functions (HTML output)
+  
+  (C) 2001-2009, 2011-2012 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.
+  
+  \author Original author CERL
+*/
+
 #include <stdio.h>
 
 #include <grass/gis.h>

+ 14 - 2
lib/gis/parser_rest.c

@@ -1,10 +1,22 @@
+/*!
+  \file lib/gis/parser_rest.c
+  
+  \brief GIS Library - Argument parsing functions (REST output)
+  
+  (C) 2012 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.
+  
+  \author Luca Delucchi
+*/
 #include <stdio.h>
+#include <string.h>
 
 #include <grass/gis.h>
 #include <grass/glocale.h>
 
 #include "parser_local_proto.h"
-#include "string.h"
 
 /*!
 static void print_escaped_for_html(FILE * f, const char *str);
@@ -20,7 +32,7 @@ void G__usage_rest(void)
     struct Flag *flag;
     const char *type;
     int new_prompt = 0;
-    int s;
+    unsigned int s;
 
     new_prompt = G__uses_new_gisprompt();