Markus Metz 71348bf793 Vlib: fix segfault in ascii export (backport https://trac.osgeo.org/grass/changeset/63596) %!s(int64=10) %!d(string=hai) anos
..
Vlib 71348bf793 Vlib: fix segfault in ascii export (backport https://trac.osgeo.org/grass/changeset/63596) %!s(int64=10) %!d(string=hai) anos
dglib 5581214d5e dglib: fix sp cache initialization (backport https://trac.osgeo.org/grass/changeset/63161) %!s(int64=10) %!d(string=hai) anos
diglib 80a5695f79 diglib: adjust list of updated lines to vdigit %!s(int64=10) %!d(string=hai) anos
neta 15e3f283f6 netalib: revert https://trac.osgeo.org/grass/changeset/56890 %!s(int64=12) %!d(string=hai) anos
rtree 28dc56b587 vector library: backport https://trac.osgeo.org/grass/changeset/61243 from trunk to improve test description %!s(int64=10) %!d(string=hai) anos
vedit ddcc379b85 typo verteces -> vertices %!s(int64=11) %!d(string=hai) anos
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 %!s(int64=13) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
vectorascii.html e437cd9f59 avoid caps HTML tags %!s(int64=13) %!d(string=hai) anos
vectorlib.dox c0f639f291 update vectorlib.dox %!s(int64=12) %!d(string=hai) anos
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider %!s(int64=12) %!d(string=hai) anos
vectorlib_faq.dox af9dd8e50b more answers %!s(int64=12) %!d(string=hai) anos
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) %!s(int64=12) %!d(string=hai) anos
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) %!s(int64=12) %!d(string=hai) anos
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) %!s(int64=12) %!d(string=hai) anos
vectorlib_lists.dox 185557e8a8 vlib/dox: improving lists of funs and structs page sectioning %!s(int64=12) %!d(string=hai) anos
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider %!s(int64=12) %!d(string=hai) anos
vectorlib_pg.dox 416b9d5e40 vlib(pg): doxygen cosmetics %!s(int64=12) %!d(string=hai) anos
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider %!s(int64=12) %!d(string=hai) anos
vectorlib_topology.dox a901c2a074 Vlib documentation: points do not have nodes %!s(int64=12) %!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