Markus Metz 61ea374b73 fix header 14 anos atrás
..
Vlib 8e49a9346f vlib: OGR - support transaction when writing (v.external.out) 14 anos atrás
dglib a7458f54fc fix bashism (merge from devbr6 https://trac.osgeo.org/grass/changeset/45002) 14 anos atrás
diglib 190f5c77c5 update headers, revert https://trac.osgeo.org/grass/changeset/37860 14 anos atrás
neta ea851edb35 +EOL 15 anos atrás
rtree 61ea374b73 fix header 14 anos atrás
transform 16a6b956df Enable LFS globally 15 anos atrás
vedit 6adcdc4b20 update headers, revert https://trac.osgeo.org/grass/changeset/37860 14 anos atrás
Makefile 349549052a cosmetics in Makefile 14 anos atrás
README db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
vectorlib.dox 6bb657402e update api manual (organize libs in groups) 14 anos atrás

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