[GRASS-SVN] r63643 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 20 04:34:28 PST 2014


Author: neteler
Date: 2014-12-20 04:34:28 -0800 (Sat, 20 Dec 2014)
New Revision: 63643

Modified:
   grass/branches/releasebranch_6_4/lib/gis/ascii_chk.c
   grass/branches/releasebranch_6_4/lib/gis/asprintf.c
   grass/branches/releasebranch_6_4/lib/gis/commas.c
   grass/branches/releasebranch_6_4/lib/gis/done_msg.c
   grass/branches/releasebranch_6_4/lib/gis/is.c
   grass/branches/releasebranch_6_4/lib/gis/key_value4.c
   grass/branches/releasebranch_6_4/lib/gis/locale.c
   grass/branches/releasebranch_6_4/lib/gis/ls.c
   grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c
   grass/branches/releasebranch_6_4/lib/gis/open.c
   grass/branches/releasebranch_6_4/lib/gis/rhumbline.c
   grass/branches/releasebranch_6_4/lib/gis/rotate.c
   grass/branches/releasebranch_6_4/lib/gis/snprintf.c
   grass/branches/releasebranch_6_4/lib/gis/spawn.c
   grass/branches/releasebranch_6_4/lib/gis/user_config.c
   grass/branches/releasebranch_6_4/lib/gis/view.c
   grass/branches/releasebranch_6_4/lib/gis/wind_2_box.c
   grass/branches/releasebranch_6_4/lib/gis/wind_in.c
   grass/branches/releasebranch_6_4/lib/gis/wind_limits.c
   grass/branches/releasebranch_6_4/lib/gis/wind_overlap.c
   grass/branches/releasebranch_6_4/lib/gis/wr_cellhd.c
   grass/branches/releasebranch_6_4/lib/gis/writ_zeros.c
Log:
libgis: minor doxygen header updates

Modified: grass/branches/releasebranch_6_4/lib/gis/ascii_chk.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/ascii_chk.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/ascii_chk.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file ascii_chk.c
+/*!
+ * \file lib/gis/ascii_chk.c
  *
  * \brief GIS Library - Remove non-ascii characters
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <grass/gis.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/asprintf.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/asprintf.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/asprintf.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
-/**
- * \file asprintf.c
+/*!
+ * \file lib/gis/asprintf.c
  *
  * \brief GIS Library - GRASS implementation of asprintf().
  *

Modified: grass/branches/releasebranch_6_4/lib/gis/commas.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/commas.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/commas.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file commas.c
+/*!
+ * \file lib/gis/commas.c
  *
  * \brief GIS Library - Comma string functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <string.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/done_msg.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/done_msg.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/done_msg.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file done_msg.c
+/*!
+ * \file lib/gis/done_msg.c
  *
  * \brief GIS Library - Done message functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <stdarg.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/is.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/is.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/is.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file is.c
+/*!
+ * \file lib/gis/is.c
  *
  * \brief GIS Library - Tests for file existence.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 2001-2008
+ * \date 2001-2014
  */
 
 #include <stdio.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/key_value4.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/key_value4.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/key_value4.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,9 +1,9 @@
 /*!
-   \file key_value4.c
+   \file lib/gis/key_value4.c
 
    \brief Key_Value management.
 
-   (C) 2001-2008 by the GRASS Development Team
+   (C) 2001-2014 by the GRASS Development Team
 
    This program is free software under the 
    GNU General Public License (>=v2). 

Modified: grass/branches/releasebranch_6_4/lib/gis/locale.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/locale.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/locale.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,10 +1,10 @@
 
-/**
- * \file locale.c
+/*!
+ * \file lib/gis/locale.c
  *
  * \brief GIS Library - Functions to handle locale.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/ls.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/ls.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/ls.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
 /**
-   \file ls.c
+   \file lib/gis/ls.c
 
    \brief Functions to list the files in a directory.
 

Modified: grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/mapset_msc.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,9 +1,9 @@
 /*!
-   \file mapset_msc.c
+   \file lib/gis/mapset_msc.c
 
    \brief GIS library - Mapset user permission routines.
 
-   (C) 1999-2008 The GRASS development team
+   (C) 1999-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/open.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/open.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/open.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,5 +1,5 @@
 /*!
- * \file gis/open.c
+ * \file lib/gis/open.c
  * 
  * \brief GIS Library - open file functions
  *

Modified: grass/branches/releasebranch_6_4/lib/gis/rhumbline.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/rhumbline.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/rhumbline.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
-/**
- * \file rhumbline.c
+/*!
+ * \file lib/gis/rhumbline.c
  *
  * \brief GIS Library - Rhumbline calculation routines.
  *
@@ -17,14 +17,14 @@
  * <br>
  * <b>WARNING:</b> This code is preliminary. It may not even be correct.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <math.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/rotate.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/rotate.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/rotate.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,9 +1,9 @@
 /*!
- * \file rotate.c
+ * \file lib/gis/rotate.c
  *
  * \brief GIS Library - rotate
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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

Modified: grass/branches/releasebranch_6_4/lib/gis/snprintf.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/snprintf.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/snprintf.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
-/**
- * \file snprintf.c
+/*!
+ * \file lib/gis/snprintf.c
  *
  * \brief GIS Library - snprintf() clone functions.
  *
@@ -10,7 +10,7 @@
  *   - http://www.ijs.si/software/snprintf/
  *   - openssh's snprintf() implementation: bsd-snprintf.c
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/spawn.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/spawn.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/spawn.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,10 +1,10 @@
 
-/**
- * \file spawn.c
+/*!
+ * \file lib/gis/spawn.c
  *
  * \brief GIS Library -  Handles process spawning.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/user_config.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/user_config.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/user_config.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
-/**
- * \file user_config.c
+/*!
+ * \file lib/gis/user_config.c
  *
  * \brief GIS Library - Routines related to user's GRASS configuration, tmp, and 
  * miscellaneous files.
@@ -15,7 +15,7 @@
  * subdirectories. There may be more functionality desired (such as 
  * deletion routines, directory globs).<br>
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/view.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/view.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/view.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,10 +1,10 @@
 
-/**
- * \file view.c
+/*!
+ * \file lib/gis/view.c
  *
  * \brief GIS Library - 3D View functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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.

Modified: grass/branches/releasebranch_6_4/lib/gis/wind_2_box.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/wind_2_box.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/wind_2_box.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file wind_2_box.c
+/*!
+ * \file lib/gis/wind_2_box.c
  *
  * \brief GIS Library - Window box functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <grass/gis.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/wind_in.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/wind_in.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/wind_in.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,6 +1,6 @@
 
-/**
- * \file wind_in.c
+/*!
+ * \file lib/gis/wind_in.c
  *
  * \brief Point in region functions.
  *

Modified: grass/branches/releasebranch_6_4/lib/gis/wind_limits.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/wind_limits.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/wind_limits.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file wind_limits.c
+/*!
+ * \file lib/gis/wind_limits.c
  *
  * \brief GIS Library - Projection limit functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <grass/gis.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/wind_overlap.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/wind_overlap.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/wind_overlap.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file wind_overlap.c
+/*!
+ * \file lib/gis/wind_overlap.c
  *
  * \brief GIS Library - Window overlap functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <grass/gis.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/wr_cellhd.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/wr_cellhd.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/wr_cellhd.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file wr_cellhd.c
+/*!
+ * \file lib/gis/wr_cellhd.c
  *
  * \brief GIS Library - Write Cell Header functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <stdio.h>

Modified: grass/branches/releasebranch_6_4/lib/gis/writ_zeros.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/writ_zeros.c	2014-12-20 12:27:59 UTC (rev 63642)
+++ grass/branches/releasebranch_6_4/lib/gis/writ_zeros.c	2014-12-20 12:34:28 UTC (rev 63643)
@@ -1,17 +1,17 @@
 
-/**
- * \file writ_zeros.c
+/*!
+ * \file lib/gis/writ_zeros.c
  *
  * \brief GIS Library - Write zero functions.
  *
- * (C) 2001-2008 by the GRASS Development Team
+ * (C) 2001-2014 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 GRASS GIS Development Team
  *
- * \date 1999-2008
+ * \date 1999-2014
  */
 
 #include <unistd.h>



More information about the grass-commit mailing list