Martin Landa 5bcb75e3b6 vlib: free allocated string in error_handler_io() 13 years ago
..
Vlib 5bcb75e3b6 vlib: free allocated string in error_handler_io() 13 years ago
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 14 years ago
diglib 1b5c5cea0b fix compilation without gdal/ogr 13 years ago
neta 4bd7dea118 netalib: cosmetics in doxygen page 13 years ago
rtree 3e7c37b515 change struct names to avoid conflicts 14 years ago
vedit 1b5c5cea0b fix compilation without gdal/ogr 13 years ago
Makefile 33a673d833 remove unused translib 13 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
vectorascii.html e437cd9f59 avoid caps HTML tags 13 years ago
vectorlib.dox 233e13c4e5 vector documentation update 13 years ago

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