Martin Landa 62ef4c400b vlib/geos: determine feature type (work in progress) hace 16 años
..
Vlib 62ef4c400b vlib/geos: determine feature type (work in progress) hace 16 años
dglib fff7d1367d removing my comments in heap.c hace 16 años
diglib d4922fc8aa vlib/diglib: doxygen update hace 16 años
rtree c000525bc6 experimental LFS support for vector libspart 2 hace 16 años
transform c000525bc6 experimental LFS support for vector libspart 2 hace 16 años
vedit c000525bc6 experimental LFS support for vector libspart 2 hace 16 años
Makefile 1292bf9a1e Major build system clean-up hace 17 años
README db49180dd7 welcome to GRASS 7.0.svn hace 17 años
vectorlib.dox 718624e913 cosmetics in vectorlib.dox hace 16 años

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