Martin Landa 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 gadi atpakaļ
..
Vlib 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 gadi atpakaļ
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 14 gadi atpakaļ
diglib 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 gadi atpakaļ
neta b48a16f17c gislib: define G_OPT_DB_KEYCOLUMN and GV_KEY_COLUMN 14 gadi atpakaļ
rtree 3e7c37b515 change struct names to avoid conflicts 14 gadi atpakaļ
transform 16a6b956df Enable LFS globally 15 gadi atpakaļ
vedit 435d112e66 remove redundant code in vector lib: update vedit 14 gadi atpakaļ
Makefile 349549052a cosmetics in Makefile 14 gadi atpakaļ
README db49180dd7 welcome to GRASS 7.0.svn 17 gadi atpakaļ
vectorlib.dox 94f69c17ed update vetorlib documentation 14 gadi atpakaļ

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