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

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