[GRASS-SVN] r44720 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 25 11:21:28 EST 2010


Author: martinl
Date: 2010-12-25 08:21:28 -0800 (Sat, 25 Dec 2010)
New Revision: 44720

Modified:
   grass/trunk/lib/vector/Vlib/area.c
   grass/trunk/lib/vector/Vlib/array.c
   grass/trunk/lib/vector/Vlib/ascii.c
   grass/trunk/lib/vector/Vlib/box.c
   grass/trunk/lib/vector/Vlib/break_lines.c
   grass/trunk/lib/vector/Vlib/break_polygons.c
   grass/trunk/lib/vector/Vlib/bridges.c
   grass/trunk/lib/vector/Vlib/buffer.c
   grass/trunk/lib/vector/Vlib/buffer2.c
   grass/trunk/lib/vector/Vlib/build_nat.c
   grass/trunk/lib/vector/Vlib/cats.c
   grass/trunk/lib/vector/Vlib/cindex.c
   grass/trunk/lib/vector/Vlib/clean_nodes.c
   grass/trunk/lib/vector/Vlib/close.c
   grass/trunk/lib/vector/Vlib/close_nat.c
   grass/trunk/lib/vector/Vlib/close_ogr.c
   grass/trunk/lib/vector/Vlib/constraint.c
   grass/trunk/lib/vector/Vlib/dangles.c
   grass/trunk/lib/vector/Vlib/dbcolumns.c
   grass/trunk/lib/vector/Vlib/dgraph.c
   grass/trunk/lib/vector/Vlib/e_intersect.c
   grass/trunk/lib/vector/Vlib/error.c
   grass/trunk/lib/vector/Vlib/field.c
   grass/trunk/lib/vector/Vlib/find.c
   grass/trunk/lib/vector/Vlib/graph.c
   grass/trunk/lib/vector/Vlib/hist.c
   grass/trunk/lib/vector/Vlib/init_head.c
   grass/trunk/lib/vector/Vlib/intersect.c
   grass/trunk/lib/vector/Vlib/legal_vname.c
   grass/trunk/lib/vector/Vlib/level.c
   grass/trunk/lib/vector/Vlib/level_two.c
   grass/trunk/lib/vector/Vlib/line.c
   grass/trunk/lib/vector/Vlib/list.c
   grass/trunk/lib/vector/Vlib/map.c
   grass/trunk/lib/vector/Vlib/merge_lines.c
   grass/trunk/lib/vector/Vlib/net.c
   grass/trunk/lib/vector/Vlib/open.c
   grass/trunk/lib/vector/Vlib/open_nat.c
   grass/trunk/lib/vector/Vlib/open_ogr.c
   grass/trunk/lib/vector/Vlib/overlap.c
   grass/trunk/lib/vector/Vlib/overlay.c
   grass/trunk/lib/vector/Vlib/poly.c
   grass/trunk/lib/vector/Vlib/read.c
   grass/trunk/lib/vector/Vlib/read_nat.c
   grass/trunk/lib/vector/Vlib/read_ogr.c
   grass/trunk/lib/vector/Vlib/remove_areas.c
   grass/trunk/lib/vector/Vlib/remove_duplicates.c
   grass/trunk/lib/vector/Vlib/rewind.c
   grass/trunk/lib/vector/Vlib/rewind_nat.c
   grass/trunk/lib/vector/Vlib/rewind_ogr.c
   grass/trunk/lib/vector/Vlib/select.c
   grass/trunk/lib/vector/Vlib/simple_features.c
   grass/trunk/lib/vector/Vlib/sindex.c
   grass/trunk/lib/vector/Vlib/snap.c
   grass/trunk/lib/vector/Vlib/tin.c
   grass/trunk/lib/vector/Vlib/type.c
   grass/trunk/lib/vector/Vlib/window.c
   grass/trunk/lib/vector/Vlib/write_ogr.c
Log:
vlib: unify \file doxygen instruction (cosmetics)


Modified: grass/trunk/lib/vector/Vlib/area.c
===================================================================
--- grass/trunk/lib/vector/Vlib/area.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/area.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file area.c
+   \file lib/vector/Vlib/area.c
 
    \brief Vector library - area-related functions 
 

Modified: grass/trunk/lib/vector/Vlib/array.c
===================================================================
--- grass/trunk/lib/vector/Vlib/array.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/array.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file array.c
+   \file lib/vector/Vlib/array.c
 
    \brief Vector library - category array
 

Modified: grass/trunk/lib/vector/Vlib/ascii.c
===================================================================
--- grass/trunk/lib/vector/Vlib/ascii.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/ascii.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/ascii.c
+  \file lib/vector/Vlib/ascii.c
  
   \brief Vector library - GRASS ASCII vector format
  

Modified: grass/trunk/lib/vector/Vlib/box.c
===================================================================
--- grass/trunk/lib/vector/Vlib/box.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/box.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file box.c
+   \file lib/vector/Vlib/box.c
 
    \brief Vector library - bounding box
 

Modified: grass/trunk/lib/vector/Vlib/break_lines.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_lines.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/break_lines.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file break_lines.c
+ * \file lib/vector/Vlib/break_lines.c
  *
  * \brief Vector library - Clean vector map (break lines)
  *

Modified: grass/trunk/lib/vector/Vlib/break_polygons.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_polygons.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/break_polygons.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file break_polygons.c
+   \file lib/vector/Vlib/break_polygons.c
 
    \brief Vector library - clean geometry (break polygons)
 

Modified: grass/trunk/lib/vector/Vlib/bridges.c
===================================================================
--- grass/trunk/lib/vector/Vlib/bridges.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/bridges.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file bridges.c
+   \file lib/vector/Vlib/bridges.c
 
    \brief Vector library - clean geometry (bridges)
 

Modified: grass/trunk/lib/vector/Vlib/buffer.c
===================================================================
--- grass/trunk/lib/vector/Vlib/buffer.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/buffer.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file buffer.c
+   \file lib/vector/Vlib/buffer.c
 
    \brief Vector library - nearest, adjust, parallel lines
 

Modified: grass/trunk/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/trunk/lib/vector/Vlib/buffer2.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/buffer2.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file buffer2.c
+   \file lib/vector/Vlib/buffer2.c
 
    \brief Vector library - nearest, adjust, parallel lines
 

Modified: grass/trunk/lib/vector/Vlib/build_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build_nat.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/build_nat.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file build_nat.c
+   \file lib/vector/Vlib/build_nat.c
 
    \brief Vector library - Building topology for native format
 

Modified: grass/trunk/lib/vector/Vlib/cats.c
===================================================================
--- grass/trunk/lib/vector/Vlib/cats.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/cats.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file cats.c
+ * \file lib/vector/Vlib/cats.c
  *
  * \brief Vector library - Category management
  *

Modified: grass/trunk/lib/vector/Vlib/cindex.c
===================================================================
--- grass/trunk/lib/vector/Vlib/cindex.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/cindex.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file Vlib/cindex.c
+ * \file lib/vector/Vlib/cindex.c
  *
  * \brief Vector library - category index.
  *

Modified: grass/trunk/lib/vector/Vlib/clean_nodes.c
===================================================================
--- grass/trunk/lib/vector/Vlib/clean_nodes.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/clean_nodes.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file clean_nodes.c
+   \file lib/vector/Vlib/clean_nodes.c
 
    \brief Vector library - Clean boundaries at nodes
 

Modified: grass/trunk/lib/vector/Vlib/close.c
===================================================================
--- grass/trunk/lib/vector/Vlib/close.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/close.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file close.c
+   \file lib/vector/Vlib/close.c
 
    \brief Vector library - Close map
 

Modified: grass/trunk/lib/vector/Vlib/close_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/close_nat.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/close_nat.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file close_nat.c
+   \file lib/vector/Vlib/close_nat.c
 
    \brief Vector library - Close map (native format)
 

Modified: grass/trunk/lib/vector/Vlib/close_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/close_ogr.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/close_ogr.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file close_ogr.c
+   \file lib/vector/Vlib/close_ogr.c
 
    \brief Vector library - Close map (OGR)
 

Modified: grass/trunk/lib/vector/Vlib/constraint.c
===================================================================
--- grass/trunk/lib/vector/Vlib/constraint.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/constraint.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file constraint.c
+   \file lib/vector/Vlib/constraint.c
 
    \brief Vector library - constraints
 

Modified: grass/trunk/lib/vector/Vlib/dangles.c
===================================================================
--- grass/trunk/lib/vector/Vlib/dangles.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/dangles.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file dangles.c
+   \file lib/vector/Vlib/dangles.c
 
    \brief Vector library - clean geometry (dangles)
 

Modified: grass/trunk/lib/vector/Vlib/dbcolumns.c
===================================================================
--- grass/trunk/lib/vector/Vlib/dbcolumns.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/dbcolumns.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file dbcolumns.c
+   \file lib/vector/Vlib/dbcolumns.c
 
    \brief Vector library - DB info on vectors maps
 

Modified: grass/trunk/lib/vector/Vlib/dgraph.c
===================================================================
--- grass/trunk/lib/vector/Vlib/dgraph.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/dgraph.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file dgraph.c
+   \file lib/vector/Vlib/dgraph.c
 
    \brief Vector library - intersection (lower level functions)
 

Modified: grass/trunk/lib/vector/Vlib/e_intersect.c
===================================================================
--- grass/trunk/lib/vector/Vlib/e_intersect.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/e_intersect.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file e_intersect.c
+   \file lib/vector/Vlib/e_intersect.c
 
    \brief Vector library - intersection (lower level functions)
 

Modified: grass/trunk/lib/vector/Vlib/error.c
===================================================================
--- grass/trunk/lib/vector/Vlib/error.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/error.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file error.c
+   \file lib/vector/Vlib/error.c
 
    \brief Vector library - error management
 

Modified: grass/trunk/lib/vector/Vlib/field.c
===================================================================
--- grass/trunk/lib/vector/Vlib/field.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/field.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/field.c
+  \file lib/vector/Vlib/field.c
   
   \brief Vector library - field (layer) related fns.
   

Modified: grass/trunk/lib/vector/Vlib/find.c
===================================================================
--- grass/trunk/lib/vector/Vlib/find.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/find.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file find.c
+ * \file lib/vector/Vlib/find.c
  *
  * \brief Vector library - Find nearest vector feature.
  *

Modified: grass/trunk/lib/vector/Vlib/graph.c
===================================================================
--- grass/trunk/lib/vector/Vlib/graph.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/graph.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file graph.c
+   \file lib/vector/Vlib/graph.c
 
    \brief Vector library - graph manipulation
 

Modified: grass/trunk/lib/vector/Vlib/hist.c
===================================================================
--- grass/trunk/lib/vector/Vlib/hist.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/hist.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file hist.c
+   \file lib/vector/Vlib/hist.c
 
    \brief Vector library - history manipulation
 

Modified: grass/trunk/lib/vector/Vlib/init_head.c
===================================================================
--- grass/trunk/lib/vector/Vlib/init_head.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/init_head.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file vector/Vlib/init_head.c
+   \file lib/vector/Vlib/init_head.c
 
    \brief Vector library - init header of vector maps
    

Modified: grass/trunk/lib/vector/Vlib/intersect.c
===================================================================
--- grass/trunk/lib/vector/Vlib/intersect.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/intersect.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file intersect.c
+   \file lib/vector/Vlib/intersect.c
 
    \brief Vector library - intersection
 

Modified: grass/trunk/lib/vector/Vlib/legal_vname.c
===================================================================
--- grass/trunk/lib/vector/Vlib/legal_vname.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/legal_vname.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file legal_vname.c
+   \file lib/vector/Vlib/legal_vname.c
 
    \brief Vector library - Check if map name is legal vector map name
 

Modified: grass/trunk/lib/vector/Vlib/level.c
===================================================================
--- grass/trunk/lib/vector/Vlib/level.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/level.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file level.c
+   \file lib/vector/Vlib/level.c
 
    \brief Vector library - level info
 

Modified: grass/trunk/lib/vector/Vlib/level_two.c
===================================================================
--- grass/trunk/lib/vector/Vlib/level_two.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/level_two.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file level_two.c
+   \file lib/vector/Vlib/level_two.c
 
    \brief Vector library - topology level functions
 

Modified: grass/trunk/lib/vector/Vlib/line.c
===================================================================
--- grass/trunk/lib/vector/Vlib/line.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/line.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file vector/Vlib/line.c
+   \file lib/vector/Vlib/line.c
 
    \brief Vector library - vector feature geometry 
 

Modified: grass/trunk/lib/vector/Vlib/list.c
===================================================================
--- grass/trunk/lib/vector/Vlib/list.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/list.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,6 +1,6 @@
 
 /*!
- * \file list.c
+ * \file lib/vector/Vlib/list.c
  *
  * \brief Vector library - list definition
  *

Modified: grass/trunk/lib/vector/Vlib/map.c
===================================================================
--- grass/trunk/lib/vector/Vlib/map.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/map.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file map.c
+ * \file lib/vector/Vlib/map.c
  *
  * \brief Vector library - Manipulate with vector map
  *

Modified: grass/trunk/lib/vector/Vlib/merge_lines.c
===================================================================
--- grass/trunk/lib/vector/Vlib/merge_lines.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/merge_lines.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file merge_lines.c
+   \file lib/vector/Vlib/merge_lines.c
 
    \brief Vector library - clean geometry (merge lines/boundaries)
 

Modified: grass/trunk/lib/vector/Vlib/net.c
===================================================================
--- grass/trunk/lib/vector/Vlib/net.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/net.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file net.c
+ * \file lib/vector/Vlib/net.c
  *
  * \brief Vector library - net releated fns
  *

Modified: grass/trunk/lib/vector/Vlib/open.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/open.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file vector/Vlib/open.c
+ * \file lib/vector/Vlib/open.c
  *
  * \brief Vector library - Open vector map (native or OGR format)
  *

Modified: grass/trunk/lib/vector/Vlib/open_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_nat.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/open_nat.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/open_nat.c
+  \file lib/vector/Vlib/open_nat.c
   
   \brief Vector library - open vector map (native format) - level 1
   

Modified: grass/trunk/lib/vector/Vlib/open_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_ogr.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/open_ogr.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file vector/Vlib/open_ogr.c
+   \file lib/vector/Vlib/open_ogr.c
 
    \brief Vector library - Open OGR layer as vector map layer
 

Modified: grass/trunk/lib/vector/Vlib/overlap.c
===================================================================
--- grass/trunk/lib/vector/Vlib/overlap.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/overlap.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file overlap.c
+   \file lib/vector/Vlib/overlap.c
 
    \brief Vector library - region/window overlap
 

Modified: grass/trunk/lib/vector/Vlib/overlay.c
===================================================================
--- grass/trunk/lib/vector/Vlib/overlay.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/overlay.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file overlay.c
+   \file lib/vector/Vlib/overlay.c
 
    \brief Vector library - overlays
 

Modified: grass/trunk/lib/vector/Vlib/poly.c
===================================================================
--- grass/trunk/lib/vector/Vlib/poly.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/poly.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file poly.c
+   \file lib/vector/Vlib/poly.c
 
    \brief Vector library - polygon related fns
 

Modified: grass/trunk/lib/vector/Vlib/read.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/read.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file read.c
+   \file lib/vector/Vlib/read.c
 
    \brief Vector library - read vector features
 

Modified: grass/trunk/lib/vector/Vlib/read_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read_nat.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/read_nat.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file read_nat.c
+   \file lib/vector/Vlib/read_nat.c
 
    \brief Vector library - reading data (native format)
 

Modified: grass/trunk/lib/vector/Vlib/read_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read_ogr.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/read_ogr.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file lib/vector/Vlib/read_ogr.c
+   \file lib/vector/Vlib/lib/vector/Vlib/read_ogr.c
 
    \brief Vector library - reading data (OGR format)
 

Modified: grass/trunk/lib/vector/Vlib/remove_areas.c
===================================================================
--- grass/trunk/lib/vector/Vlib/remove_areas.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/remove_areas.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file remove_areas.c
+   \file lib/vector/Vlib/remove_areas.c
 
    \brief Vector library - clean geometry (remove small areas)
 

Modified: grass/trunk/lib/vector/Vlib/remove_duplicates.c
===================================================================
--- grass/trunk/lib/vector/Vlib/remove_duplicates.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/remove_duplicates.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file remove_duplicates.c
+   \file lib/vector/Vlib/remove_duplicates.c
 
    \brief Vector library - clean geometry (remove duplicates)
 

Modified: grass/trunk/lib/vector/Vlib/rewind.c
===================================================================
--- grass/trunk/lib/vector/Vlib/rewind.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/rewind.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data
 

Modified: grass/trunk/lib/vector/Vlib/rewind_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/rewind_nat.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/rewind_nat.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data (native format)
 

Modified: grass/trunk/lib/vector/Vlib/rewind_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/rewind_ogr.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/rewind_ogr.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data (native format)
 

Modified: grass/trunk/lib/vector/Vlib/select.c
===================================================================
--- grass/trunk/lib/vector/Vlib/select.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/select.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file Vlib/select.c
+   \file lib/vector/Vlib/select.c
 
    \brief Vector library - spatial index
 

Modified: grass/trunk/lib/vector/Vlib/simple_features.c
===================================================================
--- grass/trunk/lib/vector/Vlib/simple_features.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/simple_features.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/simple_features.c
+  \file lib/vector/Vlib/simple_features.c
  
   \brief Vector library - OGC Simple Features Access
 

Modified: grass/trunk/lib/vector/Vlib/sindex.c
===================================================================
--- grass/trunk/lib/vector/Vlib/sindex.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/sindex.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file Vlib/sindex.c
+   \file lib/vector/Vlib/sindex.c
 
    \brief Vector library - select vector features
 

Modified: grass/trunk/lib/vector/Vlib/snap.c
===================================================================
--- grass/trunk/lib/vector/Vlib/snap.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/snap.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
- * \file snap.c
+ * \file lib/vector/Vlib/snap.c
  *
  * \brief Vector library - Clean vector map (snap lines)
  *

Modified: grass/trunk/lib/vector/Vlib/tin.c
===================================================================
--- grass/trunk/lib/vector/Vlib/tin.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/tin.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file tin.c
+   \file lib/vector/Vlib/tin.c
 
    \brief Vector library - TIN
 

Modified: grass/trunk/lib/vector/Vlib/type.c
===================================================================
--- grass/trunk/lib/vector/Vlib/type.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/type.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file type.c
+   \file lib/vector/Vlib/type.c
 
    \brief Vector library - feature type
 

Modified: grass/trunk/lib/vector/Vlib/window.c
===================================================================
--- grass/trunk/lib/vector/Vlib/window.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/window.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file window.c
+   \file lib/vector/Vlib/window.c
 
    \brief Vector library - window/region
 

Modified: grass/trunk/lib/vector/Vlib/write_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write_ogr.c	2010-12-25 16:11:50 UTC (rev 44719)
+++ grass/trunk/lib/vector/Vlib/write_ogr.c	2010-12-25 16:21:28 UTC (rev 44720)
@@ -1,5 +1,5 @@
 /*!
-   \file vector/Vlib/write_ogr.c
+   \file lib/vector/Vlib/write_ogr.c
 
    \brief Vector library - write vector feature (OGR format)
 



More information about the grass-commit mailing list