Browse Source

dox: fixing titles and references (including invisible problem with vlibs label)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53084 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 12 years ago
parent
commit
4a87f43466

+ 4 - 2
lib/vector/vectorlib.dox

@@ -2,6 +2,8 @@
 
 
 by GRASS Development Team (http://grass.osgeo.org)
 by GRASS Development Team (http://grass.osgeo.org)
 
 
+\tableofcontents
+
 \par Table of contents
 \par Table of contents
 - \ref vlibBackground
 - \ref vlibBackground
 - \ref vlibIntro
 - \ref vlibIntro
@@ -18,10 +20,10 @@ by GRASS Development Team (http://grass.osgeo.org)
 - \ref vlibSeealso
 - \ref vlibSeealso
 
 
 \par Subpages
 \par Subpages
-- \subpage vlibs
+- \subpage vlibDescription
 - \subpage vlibFormat
 - \subpage vlibFormat
 - \subpage vlibTopology
 - \subpage vlibTopology
-- \subpage vlibSpatialIndex
+- \subpage vlibIndices
 - \subpage vlibAscii
 - \subpage vlibAscii
 - \subpage vlibOgr
 - \subpage vlibOgr
 - \subpage vlibTin
 - \subpage vlibTin

+ 3 - 1
lib/vector/vectorlib_files.dox

@@ -2,6 +2,8 @@
 
 
 by GRASS Development Team (http://grass.osgeo.org)
 by GRASS Development Team (http://grass.osgeo.org)
 
 
+\tableofcontents
+
 \par Table of contents
 \par Table of contents
 
 
 - \ref vlibDirectoryStructure
 - \ref vlibDirectoryStructure
@@ -159,7 +161,7 @@ map river because table is stored in a reliable RDBMS.
 Besides internal library functions there are two main libraries:
 Besides internal library functions there are two main libraries:
 
 
 - Vlib (Vector library), see \ref vlibIntro
 - Vlib (Vector library), see \ref vlibIntro
-- DGLib (Directed Graph Library), see \ref vlibDglib
+- DGLib (Directed Graph Library), see \ref dglib
 
 
 For historical reasons, there are two internal libraries:
 For historical reasons, there are two internal libraries:
 
 

+ 3 - 1
lib/vector/vectorlib_spatialindex.dox

@@ -1,7 +1,9 @@
-/*! \page vlibSpatialIndex Spatial index
+/*! \page vlibIndices Spatial and category indices
 
 
 by GRASS Development Team (http://grass.osgeo.org)
 by GRASS Development Team (http://grass.osgeo.org)
 
 
+\tableofcontents
+
 \par Table of contents
 \par Table of contents
 
 
 - \ref vlibSpidx
 - \ref vlibSpidx

+ 1 - 1
lib/vector/vectorlib_libraries.dox

@@ -1,4 +1,4 @@
-/*! \page vlibs Vector libraries
+/*! \page vlibDescription Vector libraries
 
 
 by GRASS Development Team (http://grass.osgeo.org)
 by GRASS Development Team (http://grass.osgeo.org)