Markus Metz c38390f6a2 Vlib: reduce dynamic fp representation error threshold il y a 6 ans
..
Vlib c38390f6a2 Vlib: reduce dynamic fp representation error threshold il y a 6 ans
dglib 0b2dc267ff dglib: fix pointer casting il y a 7 ans
diglib ce6bd449c1 diglib: reduce calls to G_realloc() il y a 7 ans
neta 63d8d6c0ba netalib: sync qsort cp fn il y a 6 ans
rtree d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) il y a 8 ans
testsuite 6550dce566 svn propset il y a 9 ans
vedit 8c35cb59f5 vedit: add Vedit_extend_lines il y a 8 ans
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 il y a 12 ans
README db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
vectorascii.html e437cd9f59 avoid caps HTML tags il y a 13 ans
vectorlib.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) il y a 8 ans
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider il y a 12 ans
vectorlib_faq.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) il y a 8 ans
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) il y a 12 ans
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) il y a 12 ans
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) il y a 12 ans
vectorlib_lists.dox 10d62013ac libvector docs: advertise Vect_line_buffer2() rather than Vect_line_buffer() il y a 7 ans
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider il y a 12 ans
vectorlib_pg.dox 9a9b8230ed various spelling errors fixed il y a 9 ans
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider il y a 12 ans
vectorlib_topology.dox d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) il y a 8 ans

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