Browse Source

vlib: unify \file doxygen instruction (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44720 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
1ae866496c
58 changed files with 58 additions and 58 deletions
  1. 1 1
      lib/vector/Vlib/area.c
  2. 1 1
      lib/vector/Vlib/array.c
  3. 1 1
      lib/vector/Vlib/ascii.c
  4. 1 1
      lib/vector/Vlib/box.c
  5. 1 1
      lib/vector/Vlib/break_lines.c
  6. 1 1
      lib/vector/Vlib/break_polygons.c
  7. 1 1
      lib/vector/Vlib/bridges.c
  8. 1 1
      lib/vector/Vlib/buffer.c
  9. 1 1
      lib/vector/Vlib/buffer2.c
  10. 1 1
      lib/vector/Vlib/build_nat.c
  11. 1 1
      lib/vector/Vlib/cats.c
  12. 1 1
      lib/vector/Vlib/cindex.c
  13. 1 1
      lib/vector/Vlib/clean_nodes.c
  14. 1 1
      lib/vector/Vlib/close.c
  15. 1 1
      lib/vector/Vlib/close_nat.c
  16. 1 1
      lib/vector/Vlib/close_ogr.c
  17. 1 1
      lib/vector/Vlib/constraint.c
  18. 1 1
      lib/vector/Vlib/dangles.c
  19. 1 1
      lib/vector/Vlib/dbcolumns.c
  20. 1 1
      lib/vector/Vlib/dgraph.c
  21. 1 1
      lib/vector/Vlib/e_intersect.c
  22. 1 1
      lib/vector/Vlib/error.c
  23. 1 1
      lib/vector/Vlib/field.c
  24. 1 1
      lib/vector/Vlib/find.c
  25. 1 1
      lib/vector/Vlib/graph.c
  26. 1 1
      lib/vector/Vlib/hist.c
  27. 1 1
      lib/vector/Vlib/init_head.c
  28. 1 1
      lib/vector/Vlib/intersect.c
  29. 1 1
      lib/vector/Vlib/legal_vname.c
  30. 1 1
      lib/vector/Vlib/level.c
  31. 1 1
      lib/vector/Vlib/level_two.c
  32. 1 1
      lib/vector/Vlib/line.c
  33. 1 1
      lib/vector/Vlib/list.c
  34. 1 1
      lib/vector/Vlib/map.c
  35. 1 1
      lib/vector/Vlib/merge_lines.c
  36. 1 1
      lib/vector/Vlib/net.c
  37. 1 1
      lib/vector/Vlib/open.c
  38. 1 1
      lib/vector/Vlib/open_nat.c
  39. 1 1
      lib/vector/Vlib/open_ogr.c
  40. 1 1
      lib/vector/Vlib/overlap.c
  41. 1 1
      lib/vector/Vlib/overlay.c
  42. 1 1
      lib/vector/Vlib/poly.c
  43. 1 1
      lib/vector/Vlib/read.c
  44. 1 1
      lib/vector/Vlib/read_nat.c
  45. 1 1
      lib/vector/Vlib/read_ogr.c
  46. 1 1
      lib/vector/Vlib/remove_areas.c
  47. 1 1
      lib/vector/Vlib/remove_duplicates.c
  48. 1 1
      lib/vector/Vlib/rewind.c
  49. 1 1
      lib/vector/Vlib/rewind_nat.c
  50. 1 1
      lib/vector/Vlib/rewind_ogr.c
  51. 1 1
      lib/vector/Vlib/select.c
  52. 1 1
      lib/vector/Vlib/simple_features.c
  53. 1 1
      lib/vector/Vlib/sindex.c
  54. 1 1
      lib/vector/Vlib/snap.c
  55. 1 1
      lib/vector/Vlib/tin.c
  56. 1 1
      lib/vector/Vlib/type.c
  57. 1 1
      lib/vector/Vlib/window.c
  58. 1 1
      lib/vector/Vlib/write_ogr.c

+ 1 - 1
lib/vector/Vlib/area.c

@@ -1,5 +1,5 @@
 /*!
-   \file area.c
+   \file lib/vector/Vlib/area.c
 
    \brief Vector library - area-related functions 
 

+ 1 - 1
lib/vector/Vlib/array.c

@@ -1,5 +1,5 @@
 /*!
-   \file array.c
+   \file lib/vector/Vlib/array.c
 
    \brief Vector library - category array
 

+ 1 - 1
lib/vector/Vlib/ascii.c

@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/ascii.c
+  \file lib/vector/Vlib/ascii.c
  
   \brief Vector library - GRASS ASCII vector format
  

+ 1 - 1
lib/vector/Vlib/box.c

@@ -1,5 +1,5 @@
 /*!
-   \file box.c
+   \file lib/vector/Vlib/box.c
 
    \brief Vector library - bounding box
 

+ 1 - 1
lib/vector/Vlib/break_lines.c

@@ -1,5 +1,5 @@
 /*!
- * \file break_lines.c
+ * \file lib/vector/Vlib/break_lines.c
  *
  * \brief Vector library - Clean vector map (break lines)
  *

+ 1 - 1
lib/vector/Vlib/break_polygons.c

@@ -1,5 +1,5 @@
 /*!
-   \file break_polygons.c
+   \file lib/vector/Vlib/break_polygons.c
 
    \brief Vector library - clean geometry (break polygons)
 

+ 1 - 1
lib/vector/Vlib/bridges.c

@@ -1,5 +1,5 @@
 /*!
-   \file bridges.c
+   \file lib/vector/Vlib/bridges.c
 
    \brief Vector library - clean geometry (bridges)
 

+ 1 - 1
lib/vector/Vlib/buffer.c

@@ -1,5 +1,5 @@
 /*!
-   \file buffer.c
+   \file lib/vector/Vlib/buffer.c
 
    \brief Vector library - nearest, adjust, parallel lines
 

+ 1 - 1
lib/vector/Vlib/buffer2.c

@@ -1,5 +1,5 @@
 /*!
-   \file buffer2.c
+   \file lib/vector/Vlib/buffer2.c
 
    \brief Vector library - nearest, adjust, parallel lines
 

+ 1 - 1
lib/vector/Vlib/build_nat.c

@@ -1,5 +1,5 @@
 /*!
-   \file build_nat.c
+   \file lib/vector/Vlib/build_nat.c
 
    \brief Vector library - Building topology for native format
 

+ 1 - 1
lib/vector/Vlib/cats.c

@@ -1,5 +1,5 @@
 /*!
- * \file cats.c
+ * \file lib/vector/Vlib/cats.c
  *
  * \brief Vector library - Category management
  *

+ 1 - 1
lib/vector/Vlib/cindex.c

@@ -1,5 +1,5 @@
 /*!
- * \file Vlib/cindex.c
+ * \file lib/vector/Vlib/cindex.c
  *
  * \brief Vector library - category index.
  *

+ 1 - 1
lib/vector/Vlib/clean_nodes.c

@@ -1,5 +1,5 @@
 /*!
-   \file clean_nodes.c
+   \file lib/vector/Vlib/clean_nodes.c
 
    \brief Vector library - Clean boundaries at nodes
 

+ 1 - 1
lib/vector/Vlib/close.c

@@ -1,5 +1,5 @@
 /*!
-   \file close.c
+   \file lib/vector/Vlib/close.c
 
    \brief Vector library - Close map
 

+ 1 - 1
lib/vector/Vlib/close_nat.c

@@ -1,5 +1,5 @@
 /*!
-   \file close_nat.c
+   \file lib/vector/Vlib/close_nat.c
 
    \brief Vector library - Close map (native format)
 

+ 1 - 1
lib/vector/Vlib/close_ogr.c

@@ -1,5 +1,5 @@
 /*!
-   \file close_ogr.c
+   \file lib/vector/Vlib/close_ogr.c
 
    \brief Vector library - Close map (OGR)
 

+ 1 - 1
lib/vector/Vlib/constraint.c

@@ -1,5 +1,5 @@
 /*!
-   \file constraint.c
+   \file lib/vector/Vlib/constraint.c
 
    \brief Vector library - constraints
 

+ 1 - 1
lib/vector/Vlib/dangles.c

@@ -1,5 +1,5 @@
 /*!
-   \file dangles.c
+   \file lib/vector/Vlib/dangles.c
 
    \brief Vector library - clean geometry (dangles)
 

+ 1 - 1
lib/vector/Vlib/dbcolumns.c

@@ -1,5 +1,5 @@
 /*!
-   \file dbcolumns.c
+   \file lib/vector/Vlib/dbcolumns.c
 
    \brief Vector library - DB info on vectors maps
 

+ 1 - 1
lib/vector/Vlib/dgraph.c

@@ -1,5 +1,5 @@
 /*!
-   \file dgraph.c
+   \file lib/vector/Vlib/dgraph.c
 
    \brief Vector library - intersection (lower level functions)
 

+ 1 - 1
lib/vector/Vlib/e_intersect.c

@@ -1,5 +1,5 @@
 /*!
-   \file e_intersect.c
+   \file lib/vector/Vlib/e_intersect.c
 
    \brief Vector library - intersection (lower level functions)
 

+ 1 - 1
lib/vector/Vlib/error.c

@@ -1,5 +1,5 @@
 /*!
-   \file error.c
+   \file lib/vector/Vlib/error.c
 
    \brief Vector library - error management
 

+ 1 - 1
lib/vector/Vlib/field.c

@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/field.c
+  \file lib/vector/Vlib/field.c
   
   \brief Vector library - field (layer) related fns.
   

+ 1 - 1
lib/vector/Vlib/find.c

@@ -1,5 +1,5 @@
 /*!
- * \file find.c
+ * \file lib/vector/Vlib/find.c
  *
  * \brief Vector library - Find nearest vector feature.
  *

+ 1 - 1
lib/vector/Vlib/graph.c

@@ -1,5 +1,5 @@
 /*!
-   \file graph.c
+   \file lib/vector/Vlib/graph.c
 
    \brief Vector library - graph manipulation
 

+ 1 - 1
lib/vector/Vlib/hist.c

@@ -1,5 +1,5 @@
 /*!
-   \file hist.c
+   \file lib/vector/Vlib/hist.c
 
    \brief Vector library - history manipulation
 

+ 1 - 1
lib/vector/Vlib/init_head.c

@@ -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
    

+ 1 - 1
lib/vector/Vlib/intersect.c

@@ -1,5 +1,5 @@
 /*!
-   \file intersect.c
+   \file lib/vector/Vlib/intersect.c
 
    \brief Vector library - intersection
 

+ 1 - 1
lib/vector/Vlib/legal_vname.c

@@ -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
 

+ 1 - 1
lib/vector/Vlib/level.c

@@ -1,5 +1,5 @@
 /*!
-   \file level.c
+   \file lib/vector/Vlib/level.c
 
    \brief Vector library - level info
 

+ 1 - 1
lib/vector/Vlib/level_two.c

@@ -1,5 +1,5 @@
 /*!
-   \file level_two.c
+   \file lib/vector/Vlib/level_two.c
 
    \brief Vector library - topology level functions
 

+ 1 - 1
lib/vector/Vlib/line.c

@@ -1,5 +1,5 @@
 /*!
-   \file vector/Vlib/line.c
+   \file lib/vector/Vlib/line.c
 
    \brief Vector library - vector feature geometry 
 

+ 1 - 1
lib/vector/Vlib/list.c

@@ -1,6 +1,6 @@
 
 /*!
- * \file list.c
+ * \file lib/vector/Vlib/list.c
  *
  * \brief Vector library - list definition
  *

+ 1 - 1
lib/vector/Vlib/map.c

@@ -1,5 +1,5 @@
 /*!
- * \file map.c
+ * \file lib/vector/Vlib/map.c
  *
  * \brief Vector library - Manipulate with vector map
  *

+ 1 - 1
lib/vector/Vlib/merge_lines.c

@@ -1,5 +1,5 @@
 /*!
-   \file merge_lines.c
+   \file lib/vector/Vlib/merge_lines.c
 
    \brief Vector library - clean geometry (merge lines/boundaries)
 

+ 1 - 1
lib/vector/Vlib/net.c

@@ -1,5 +1,5 @@
 /*!
- * \file net.c
+ * \file lib/vector/Vlib/net.c
  *
  * \brief Vector library - net releated fns
  *

+ 1 - 1
lib/vector/Vlib/open.c

@@ -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)
  *

+ 1 - 1
lib/vector/Vlib/open_nat.c

@@ -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
   

+ 1 - 1
lib/vector/Vlib/open_ogr.c

@@ -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
 

+ 1 - 1
lib/vector/Vlib/overlap.c

@@ -1,5 +1,5 @@
 /*!
-   \file overlap.c
+   \file lib/vector/Vlib/overlap.c
 
    \brief Vector library - region/window overlap
 

+ 1 - 1
lib/vector/Vlib/overlay.c

@@ -1,5 +1,5 @@
 /*!
-   \file overlay.c
+   \file lib/vector/Vlib/overlay.c
 
    \brief Vector library - overlays
 

+ 1 - 1
lib/vector/Vlib/poly.c

@@ -1,5 +1,5 @@
 /*!
-   \file poly.c
+   \file lib/vector/Vlib/poly.c
 
    \brief Vector library - polygon related fns
 

+ 1 - 1
lib/vector/Vlib/read.c

@@ -1,5 +1,5 @@
 /*!
-   \file read.c
+   \file lib/vector/Vlib/read.c
 
    \brief Vector library - read vector features
 

+ 1 - 1
lib/vector/Vlib/read_nat.c

@@ -1,5 +1,5 @@
 /*!
-   \file read_nat.c
+   \file lib/vector/Vlib/read_nat.c
 
    \brief Vector library - reading data (native format)
 

+ 1 - 1
lib/vector/Vlib/read_ogr.c

@@ -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)
 

+ 1 - 1
lib/vector/Vlib/remove_areas.c

@@ -1,5 +1,5 @@
 /*!
-   \file remove_areas.c
+   \file lib/vector/Vlib/remove_areas.c
 
    \brief Vector library - clean geometry (remove small areas)
 

+ 1 - 1
lib/vector/Vlib/remove_duplicates.c

@@ -1,5 +1,5 @@
 /*!
-   \file remove_duplicates.c
+   \file lib/vector/Vlib/remove_duplicates.c
 
    \brief Vector library - clean geometry (remove duplicates)
 

+ 1 - 1
lib/vector/Vlib/rewind.c

@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data
 

+ 1 - 1
lib/vector/Vlib/rewind_nat.c

@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data (native format)
 

+ 1 - 1
lib/vector/Vlib/rewind_ogr.c

@@ -1,5 +1,5 @@
 /*!
-   \file rewind.c
+   \file lib/vector/Vlib/rewind.c
 
    \brief Vector library - rewind data (native format)
 

+ 1 - 1
lib/vector/Vlib/select.c

@@ -1,5 +1,5 @@
 /*!
-   \file Vlib/select.c
+   \file lib/vector/Vlib/select.c
 
    \brief Vector library - spatial index
 

+ 1 - 1
lib/vector/Vlib/simple_features.c

@@ -1,5 +1,5 @@
 /*!
-  \file vector/Vlib/simple_features.c
+  \file lib/vector/Vlib/simple_features.c
  
   \brief Vector library - OGC Simple Features Access
 

+ 1 - 1
lib/vector/Vlib/sindex.c

@@ -1,5 +1,5 @@
 /*!
-   \file Vlib/sindex.c
+   \file lib/vector/Vlib/sindex.c
 
    \brief Vector library - select vector features
 

+ 1 - 1
lib/vector/Vlib/snap.c

@@ -1,5 +1,5 @@
 /*!
- * \file snap.c
+ * \file lib/vector/Vlib/snap.c
  *
  * \brief Vector library - Clean vector map (snap lines)
  *

+ 1 - 1
lib/vector/Vlib/tin.c

@@ -1,5 +1,5 @@
 /*!
-   \file tin.c
+   \file lib/vector/Vlib/tin.c
 
    \brief Vector library - TIN
 

+ 1 - 1
lib/vector/Vlib/type.c

@@ -1,5 +1,5 @@
 /*!
-   \file type.c
+   \file lib/vector/Vlib/type.c
 
    \brief Vector library - feature type
 

+ 1 - 1
lib/vector/Vlib/window.c

@@ -1,5 +1,5 @@
 /*!
-   \file window.c
+   \file lib/vector/Vlib/window.c
 
    \brief Vector library - window/region
 

+ 1 - 1
lib/vector/Vlib/write_ogr.c

@@ -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)