[GRASS-SVN] r63888 - grass/branches/releasebranch_7_0/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 31 08:36:47 PST 2014


Author: neteler
Date: 2014-12-31 08:36:47 -0800 (Wed, 31 Dec 2014)
New Revision: 63888

Modified:
   grass/branches/releasebranch_7_0/lib/raster/alloc_cell.c
   grass/branches/releasebranch_7_0/lib/raster/cats.c
   grass/branches/releasebranch_7_0/lib/raster/cell_stats.c
   grass/branches/releasebranch_7_0/lib/raster/close.c
   grass/branches/releasebranch_7_0/lib/raster/color_compat.c
   grass/branches/releasebranch_7_0/lib/raster/color_free.c
   grass/branches/releasebranch_7_0/lib/raster/color_get.c
   grass/branches/releasebranch_7_0/lib/raster/color_hist.c
   grass/branches/releasebranch_7_0/lib/raster/color_invrt.c
   grass/branches/releasebranch_7_0/lib/raster/color_range.c
   grass/branches/releasebranch_7_0/lib/raster/color_rule_get.c
   grass/branches/releasebranch_7_0/lib/raster/color_set.c
   grass/branches/releasebranch_7_0/lib/raster/color_shift.c
   grass/branches/releasebranch_7_0/lib/raster/color_write.c
   grass/branches/releasebranch_7_0/lib/raster/color_xform.c
   grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c
   grass/branches/releasebranch_7_0/lib/raster/get_row.c
   grass/branches/releasebranch_7_0/lib/raster/get_row_colr.c
   grass/branches/releasebranch_7_0/lib/raster/history.c
   grass/branches/releasebranch_7_0/lib/raster/maskfd.c
   grass/branches/releasebranch_7_0/lib/raster/open.c
   grass/branches/releasebranch_7_0/lib/raster/put_cellhd.c
   grass/branches/releasebranch_7_0/lib/raster/put_row.c
   grass/branches/releasebranch_7_0/lib/raster/quant.c
   grass/branches/releasebranch_7_0/lib/raster/quant_io.c
   grass/branches/releasebranch_7_0/lib/raster/quant_rw.c
   grass/branches/releasebranch_7_0/lib/raster/range.c
   grass/branches/releasebranch_7_0/lib/raster/raster.c
   grass/branches/releasebranch_7_0/lib/raster/raster_metadata.c
   grass/branches/releasebranch_7_0/lib/raster/reclass.c
   grass/branches/releasebranch_7_0/lib/raster/sample.c
   grass/branches/releasebranch_7_0/lib/raster/set_window.c
   grass/branches/releasebranch_7_0/lib/raster/window.c
   grass/branches/releasebranch_7_0/lib/raster/zero_cell.c
Log:
minor doxygen header updates

Modified: grass/branches/releasebranch_7_0/lib/raster/alloc_cell.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/alloc_cell.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/alloc_cell.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/alloc_cell.c
+ * \file lib/raster/alloc_cell.c
  *
  * \brief Raster Library - Raster allocation routines.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/cats.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/cats.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/cats.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/cats.c
+ * \file lib/raster/cats.c
  *
  * \brief Raster Library - Raster categories management
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/cell_stats.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/cell_stats.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/cell_stats.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/cell_stats.c
+ * \file lib/raster/cell_stats.c
  *
  * \brief Raster Library - Raster cell statistics
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/close.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/close.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/close.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/close.c
+ * \file lib/raster/close.c
  * 
  * \brief Raster Library - Close raster file
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_compat.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_compat.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_compat.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_compat.c
+ * \file lib/raster/color_compat.c
  *
  * \brief Raster Library - Predefined color tables
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_free.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_free.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_free.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_free.c
+ * \file lib/raster/color_free.c
  *
  * \brief Raster Library - Free Colors structure
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_get.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_get.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_get.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_get.c
+ * \file lib/raster/color_get.c
  *
  * \brief Raster Library - Get colors from a raster map.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_hist.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_hist.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_hist.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_hist.c
+ * \file lib/raster/color_hist.c
  *
  * \brief Raster Library - histogram grey scale colors
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_invrt.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_invrt.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_invrt.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/color_invrt.c
+   \file lib/raster/color_invrt.c
 
    \brief Raster library - Invert colors
 

Modified: grass/branches/releasebranch_7_0/lib/raster/color_range.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_range.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_range.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_range.c
+ * \file lib/raster/color_range.c
  *
  * \brief Raster Library - Color range functions.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_rule_get.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_rule_get.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_rule_get.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_rule_get.c
+ * \file lib/raster/color_rule_get.c
  *
  * \brief Raster Library - Get color rules.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_set.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_set.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_set.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_set.c
+ * \file lib/raster/color_set.c
  *
  * \brief Raster Library - Set colors for raster maps.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_shift.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_shift.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_shift.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_shift.c
+ * \file lib/raster/color_shift.c
  *
  * \brief Raster Library - Shift colors
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_write.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_write.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_write.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_write.c
+ * \file lib/raster/color_write.c
  * 
  * \brief Raster Library - Write color table of raster map
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/color_xform.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_xform.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/color_xform.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/color_xform.c
+ * \file lib/raster/color_xform.c
  *
  * \brief Raster Library - Colors management
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/get_cellhd.c
+   \file lib/raster/get_cellhd.c
 
    \brief Raster library - Read raster map header
 

Modified: grass/branches/releasebranch_7_0/lib/raster/get_row.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/get_row.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/get_row.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/get_row.c
+   \file lib/raster/get_row.c
 
    \brief Raster library - Get raster row
 

Modified: grass/branches/releasebranch_7_0/lib/raster/get_row_colr.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/get_row_colr.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/get_row_colr.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/get_row_colr.c
+ * \file lib/raster/get_row_colr.c
  * 
  * \brief Raster Library - Get raster row (colors)
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/history.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/history.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/history.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/history.c
+ * \file lib/raster/history.c
  *
  * \brief Raster Library - History management
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/maskfd.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/maskfd.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/maskfd.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/maskfd.c
+ * \file lib/raster/maskfd.c
  *
  * \brief Raster Library - Mask functions.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/open.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/open.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/open.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/open.c
+ * \file lib/raster/open.c
  * 
  * \brief Raster Library - Open raster file
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/put_cellhd.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/put_cellhd.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/put_cellhd.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/put_cellhd.c
+ * \file lib/raster/put_cellhd.c
  *
  * \brief Raster Library - Write raster header.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/put_row.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/put_row.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/put_row.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/put_row.c
+   \file lib/raster/put_row.c
 
    \brief Raster library - Put raster row
 

Modified: grass/branches/releasebranch_7_0/lib/raster/quant.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/quant.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/quant.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/quant.c
+ * \file lib/raster/quant.c
  * 
  * \brief Raster Library - Quantization rules.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/quant_io.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/quant_io.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/quant_io.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/quant_io.c
+ * \file lib/raster/quant_io.c
  * 
  * \brief Raster Library - Quantization rules (input / output)
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/quant_rw.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/quant_rw.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/quant_rw.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/quant_rw.c
+ * \file lib/raster/quant_rw.c
  * 
  * \brief Raster Library - Quantization rules (read/write).
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/range.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/range.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/range.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/range.c
+ * \file lib/raster/range.c
  *
  * \brief Raster Library - Raster range file management
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/raster.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/raster.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/raster.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/raster.c
+ * \file lib/raster/raster.c
  *
  * \brief Raster Library - Raster cell value routines.
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/raster_metadata.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/raster_metadata.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/raster_metadata.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/raster_metadata.c
+   \file lib/raster/raster_metadata.c
 
    \brief Raster library - Functions to read and write raster "units"
    and "vertical datum" meta-data info

Modified: grass/branches/releasebranch_7_0/lib/raster/reclass.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/reclass.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/reclass.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/reclass.c
+ * \file lib/raster/reclass.c
  *
  * \brief Raster Library - Check if raster map is reclassified
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/sample.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/sample.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/sample.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
-   \file raster/sample.c
+   \file lib/raster/sample.c
 
    \brief Raster library - Sampling methods (extract a cell value from
    raster map)

Modified: grass/branches/releasebranch_7_0/lib/raster/set_window.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/set_window.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/set_window.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/set_window.c
+ * \file lib/raster/set_window.c
  *
  * \brief Raster Library - Set window (map region)
  *

Modified: grass/branches/releasebranch_7_0/lib/raster/window.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/window.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/window.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,3 +1,16 @@
+/*!
+ * \file lib/raster/window.c
+ *
+ * \brief Raster Library - Window functions.
+ *
+ * (C) 2001-2009 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 <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>

Modified: grass/branches/releasebranch_7_0/lib/raster/zero_cell.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/zero_cell.c	2014-12-31 16:33:47 UTC (rev 63887)
+++ grass/branches/releasebranch_7_0/lib/raster/zero_cell.c	2014-12-31 16:36:47 UTC (rev 63888)
@@ -1,5 +1,5 @@
 /*!
- * \file raster/zero_cell.c
+ * \file lib/raster/zero_cell.c
  *
  * \brief Raster Library - Zero cell buffer functions.
  *



More information about the grass-commit mailing list