Markus Metz 5525c89b83 changed RTree struct names: update Vlib %!s(int64=14) %!d(string=hai) anos
..
Vlib 5525c89b83 changed RTree struct names: update Vlib %!s(int64=14) %!d(string=hai) anos
dglib a7458f54fc fix bashism (merge from devbr6 https://trac.osgeo.org/grass/changeset/45002) %!s(int64=14) %!d(string=hai) anos
diglib 7337da9693 changed RTree struct names: update diglib %!s(int64=14) %!d(string=hai) anos
neta 7399e5c5ad remove bounding boxes from vector topology (Radim's TODO): update neta %!s(int64=14) %!d(string=hai) anos
rtree 3e7c37b515 change struct names to avoid conflicts %!s(int64=14) %!d(string=hai) anos
transform 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
vedit 27ff2ac809 remove bounding boxes from vector topology (Radim's TODO): update vedit %!s(int64=14) %!d(string=hai) anos
Makefile 349549052a cosmetics in Makefile %!s(int64=14) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorlib.dox 5b87f8c8b5 vlib: add some topo examples to the doxygen documentation %!s(int64=14) %!d(string=hai) anos

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