Martin Landa 4f0972a36a vlib: Vect_set_error_handler_io() cosmetics in doxygen docs před 13 roky
..
Vlib 4f0972a36a vlib: Vect_set_error_handler_io() cosmetics in doxygen docs před 13 roky
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) před 14 roky
diglib 1d552bb26c vlib: typo in message před 13 roky
neta 4bd7dea118 netalib: cosmetics in doxygen page před 13 roky
rtree 3e7c37b515 change struct names to avoid conflicts před 14 roky
transform 6d0b3b0970 transformlib: replace librans.h by transform.h header před 13 roky
vedit 435d112e66 remove redundant code in vector lib: update vedit před 14 roky
Makefile 4f390e7ee9 https://trac.osgeo.org/grass/changeset/48436 - modify Makefile před 14 roky
README db49180dd7 welcome to GRASS 7.0.svn před 17 roky
vectorascii.html e437cd9f59 avoid caps HTML tags před 13 roky
vectorlib.dox 94f69c17ed update vetorlib documentation před 14 roky

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