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

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