Martin Landa 1e185bb080 fix bug in V2_read_next_line_ogr 15 years ago
..
Vlib 1e185bb080 fix bug in V2_read_next_line_ogr 15 years ago
dglib f2e18ece8e Treat destination directories as targets 15 years ago
diglib 2050081629 3D initialization, cosmetics 15 years ago
rtree f2e18ece8e Treat destination directories as targets 15 years ago
transform 002bbe23df Keep all library dependencies in Grass.make 15 years ago
vedit 002bbe23df Keep all library dependencies in Grass.make 15 years ago
Makefile 1292bf9a1e Major build system clean-up 17 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
vectorlib.dox 0a4fd466f4 vlib doxygen docs: note sfa fns + update authors 15 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