Markus Metz 8b2e587f4c Vlib: fix node costs for new topology 12 年之前
..
Vlib 8b2e587f4c Vlib: fix node costs for new topology 12 年之前
dglib 349ddd3168 vectlib.dox: moving text from main page finished 13 年之前
diglib e70a921252 change boxlist_add args 12 年之前
neta 09b7db1dd9 doxygen errors fixed 12 年之前
rtree 7180771c68 rtree: doxygenize 12 年之前
vedit 09b7db1dd9 doxygen errors fixed 12 年之前
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 12 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
vectorascii.html e437cd9f59 avoid caps HTML tags 13 年之前
vectorlib.dox 4a87f43466 dox: fixing titles and references (including invisible problem with vlibs label) 12 年之前
vectorlib_ascii.dox 7745f97018 vectorlib.dox: splitted to several pages (files), proper usage of subpage 13 年之前
vectorlib_files.dox 4a87f43466 dox: fixing titles and references (including invisible problem with vlibs label) 12 年之前
vectorlib_indices.dox 4a87f43466 dox: fixing titles and references (including invisible problem with vlibs label) 12 年之前
vectorlib_libraries.dox 4a87f43466 dox: fixing titles and references (including invisible problem with vlibs label) 12 年之前
vectorlib_ogr.dox 7745f97018 vectorlib.dox: splitted to several pages (files), proper usage of subpage 13 年之前
vectorlib_tin.dox 7745f97018 vectorlib.dox: splitted to several pages (files), proper usage of subpage 13 年之前
vectorlib_topology.dox 7745f97018 vectorlib.dox: splitted to several pages (files), proper usage of subpage 13 年之前

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs