Browse Source

cosmetics in doxygen ref names

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38327 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
ba16544bf9
5 changed files with 12 additions and 12 deletions
  1. 1 1
      lib/db/dbmilib.dox
  2. 4 4
      lib/grasslib.dox
  3. 2 2
      lib/vector/dglib/dglib.dox
  4. 2 2
      lib/vector/vectorlib.dox
  5. 3 3
      lib/vector/vedit/veditlib.dox

+ 1 - 1
lib/db/dbmilib.dox

@@ -797,7 +797,7 @@ Text based on: R. Blazek, M. Neteler, and R. Micarelli. The new GRASS 5.1
 
 \section seealso See Also
  
-GRASS 6 Vector Architecture: \ref Vector_Library
+GRASS 6 Vector Architecture: \ref vectorlib
 
 Last change: $Date$
 */

+ 4 - 4
lib/grasslib.dox

@@ -63,7 +63,7 @@ from GRASS 5 Programmer's manual) or are simply undocumented.</i>
 
  - gis: \ref gislib
  - raster: \ref rasterlib
- - vector: \ref Vector_Library
+ - vector: \ref vectorlib
 
 \section libs Further libraries
 
@@ -98,12 +98,12 @@ from GRASS 5 Programmer's manual) or are simply undocumented.</i>
  - 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-->

+ 2 - 2
lib/vector/dglib/dglib.dox

@@ -113,7 +113,7 @@ of graph, transversing, accessing and modifying it.
 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 @@ Nitin K Dhiman, AINN group, CAIR  <nitinkdhiman@gmail.com> (code walkthrough doc
 
 \section seealso See Also
 
-GRASS 6 Vector Architecture \ref Vector_Library 
+GRASS 6 Vector Architecture \ref vectorlib 
 
 Last change: $Date$
 */

+ 2 - 2
lib/vector/vectorlib.dox

@@ -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 @@ Text based on: R. Blazek, M. Neteler, and R. Micarelli. The new GRASS 5.1
  
  - \ref dbmilib
  
- - \ref Vedit_Library
+ - \ref veditlib
 
 Last change: $Date$
 */

+ 3 - 3
lib/vector/vedit/veditlib.dox

@@ -1,4 +1,4 @@
-/*! \page Vedit_Library GRASS Vedit Library
+/*! \page veditlib GRASS Vedit Library
 
 by GRASS Development Team
 
@@ -7,7 +7,7 @@ http://grass.osgeo.org
 \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 @@ The library is used by v.edit module and wxGUI %vector digitizer.
 
 \section seealso See Also
 
- - \ref Vector_Library
+ - \ref vectorlib
   
  - \ref dbmilib