Martin Landa 3fbffdd37c run grass_indent.sh %!s(int64=15) %!d(string=hai) anos
..
Vlib 619b3f6325 Eliminate G_index(), G_rindex(); replace with strchr(), strrchr() %!s(int64=15) %!d(string=hai) anos
dglib f2e18ece8e Treat destination directories as targets %!s(int64=15) %!d(string=hai) anos
diglib 1eb22f2f58 MinGW: embed manifests in EXEs %!s(int64=15) %!d(string=hai) anos
neta 3fbffdd37c run grass_indent.sh %!s(int64=15) %!d(string=hai) anos
rtree 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
transform 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
vedit 002bbe23df Keep all library dependencies in Grass.make %!s(int64=16) %!d(string=hai) anos
Makefile 1292bf9a1e Major build system clean-up %!s(int64=17) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorlib.dox 0a4fd466f4 vlib doxygen docs: note sfa fns + update authors %!s(int64=16) %!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