Martin Landa 1ef233540c cosmetics in api manual (geos link) 15 年 前
..
Vlib e6754d29cf Vect_get_num return long 15 年 前
dglib 002bbe23df Keep all library dependencies in Grass.make 15 年 前
diglib 8ad3fd10a1 Don't assume that off_t is "long long" 15 年 前
rtree 002bbe23df Keep all library dependencies in Grass.make 15 年 前
transform 002bbe23df Keep all library dependencies in Grass.make 15 年 前
vedit 002bbe23df Keep all library dependencies in Grass.make 15 年 前
Makefile 1292bf9a1e Major build system clean-up 17 年 前
README db49180dd7 welcome to GRASS 7.0.svn 17 年 前
vectorlib.dox 1ef233540c cosmetics in api manual (geos link) 15 年 前

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