Markus Metz 2ce2a42b3e orientation index optimisation 16 vuotta sitten
..
Vlib 09146b64f4 potential bug avoided, cosmetics 16 vuotta sitten
dglib fff7d1367d removing my comments in heap.c 16 vuotta sitten
diglib 2ce2a42b3e orientation index optimisation 16 vuotta sitten
rtree c000525bc6 experimental LFS support for vector libspart 2 16 vuotta sitten
transform c000525bc6 experimental LFS support for vector libspart 2 16 vuotta sitten
vedit c000525bc6 experimental LFS support for vector libspart 2 16 vuotta sitten
Makefile 1292bf9a1e Major build system clean-up 17 vuotta sitten
README db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
vectorlib.dox 6d14e4581b Programmer's Manual updated 16 vuotta sitten

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