[GRASS-SVN] r38327 - in grass/trunk/lib: . db vector vector/dglib vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 9 05:12:01 EDT 2009


Author: martinl
Date: 2009-07-09 05:12:01 -0400 (Thu, 09 Jul 2009)
New Revision: 38327

Modified:
   grass/trunk/lib/db/dbmilib.dox
   grass/trunk/lib/grasslib.dox
   grass/trunk/lib/vector/dglib/dglib.dox
   grass/trunk/lib/vector/vectorlib.dox
   grass/trunk/lib/vector/vedit/veditlib.dox
Log:
cosmetics in doxygen ref names


Modified: grass/trunk/lib/db/dbmilib.dox
===================================================================
--- grass/trunk/lib/db/dbmilib.dox	2009-07-09 07:16:46 UTC (rev 38326)
+++ grass/trunk/lib/db/dbmilib.dox	2009-07-09 09:12:01 UTC (rev 38327)
@@ -797,7 +797,7 @@
 
 \section seealso See Also
  
-GRASS 6 Vector Architecture: \ref Vector_Library
+GRASS 6 Vector Architecture: \ref vectorlib
 
 Last change: $Date$
 */

Modified: grass/trunk/lib/grasslib.dox
===================================================================
--- grass/trunk/lib/grasslib.dox	2009-07-09 07:16:46 UTC (rev 38326)
+++ grass/trunk/lib/grasslib.dox	2009-07-09 09:12:01 UTC (rev 38327)
@@ -63,7 +63,7 @@
 
  - gis: \ref gislib
  - raster: \ref rasterlib
- - vector: \ref Vector_Library
+ - vector: \ref vectorlib
 
 \section libs Further libraries
 
@@ -98,12 +98,12 @@
  - rowio:	Raster row in/out library - \ref rowio
  - rst:	Library for interpolation with regularized splines with tension - \ref rst
  - segment:	\ref segmentlib (segment library for segmented raster reading)
- - sites:	Old Sites library, now interfaced to \ref Vector_Library - \ref sites
+ - sites:	Old Sites library, now interfaced to \ref vectorlib - \ref sites
  - stats:       Raster stats library - \ref stats
  - symbol:	Drawing symbols for %point %vector data library - \ref symbol
  - vask:	Cursor management library - \ref vask
- - %vector:	\ref Vector_Library (GRASS Vector and Direct Graph Library)
-  - vedit:      \ref Vedit_Library - %vector editing
+ - %vector:	\ref vectorlib (GRASS Vector and Direct Graph Library)
+  - vedit:      \ref veditlib - %vector editing
  - nviz:        \ref nvizlib (used by wxGUI Nviz extension and CLI-based Nviz module)
 <!--<li>image3:	extra imagery library (mainly still unused) - \ref image3lib-->
 <!--<li>D:		display library - \ref d_displaylib-->

Modified: grass/trunk/lib/vector/dglib/dglib.dox
===================================================================
--- grass/trunk/lib/vector/dglib/dglib.dox	2009-07-09 07:16:46 UTC (rev 38326)
+++ grass/trunk/lib/vector/dglib/dglib.dox	2009-07-09 09:12:01 UTC (rev 38327)
@@ -113,7 +113,7 @@
 Map Structure Map_info contains a instance of dglGraph_s as one of its
 elements named 'graph'. This element is populated call to api
 Vect_net_build_graph(). This API takes several arguments as defined in
-lib/vector/Vlib/net.c (see \ref Vector_Library).
+lib/vector/Vlib/net.c (see \ref vectorlib).
 
 Following structure declares dglGraph_s, main datastructure for storing graph.
 
@@ -276,7 +276,7 @@
 
 \section seealso See Also
 
-GRASS 6 Vector Architecture \ref Vector_Library 
+GRASS 6 Vector Architecture \ref vectorlib 
 
 Last change: $Date$
 */

Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox	2009-07-09 07:16:46 UTC (rev 38326)
+++ grass/trunk/lib/vector/vectorlib.dox	2009-07-09 09:12:01 UTC (rev 38327)
@@ -1,4 +1,4 @@
-/*! \page Vector_Library GRASS Vector Library
+/*! \page vectorlib GRASS Vector Library
 
 by GRASS Development Team (http://grass.osgeo.org)
 
@@ -1577,7 +1577,7 @@
  
  - \ref dbmilib
  
- - \ref Vedit_Library
+ - \ref veditlib
 
 Last change: $Date$
 */

Modified: grass/trunk/lib/vector/vedit/veditlib.dox
===================================================================
--- grass/trunk/lib/vector/vedit/veditlib.dox	2009-07-09 07:16:46 UTC (rev 38326)
+++ grass/trunk/lib/vector/vedit/veditlib.dox	2009-07-09 09:12:01 UTC (rev 38327)
@@ -1,4 +1,4 @@
-/*! \page Vedit_Library GRASS Vedit Library
+/*! \page veditlib GRASS Vedit Library
 
 by GRASS Development Team
 
@@ -7,7 +7,7 @@
 \section veditIntro Introduction to Vedit Library
 
 This library contains higher level functions for editing %vector
-geometry (see \ref Vector_Library). Currently only 2D primitives are
+geometry (see \ref vectorlib). Currently only 2D primitives are
 supported (points, lines, boundaries and centroids).
 
 <p>
@@ -71,7 +71,7 @@
 
 \section seealso See Also
 
- - \ref Vector_Library
+ - \ref vectorlib
   
  - \ref dbmilib
 



More information about the grass-commit mailing list