Martin Landa cc77b8dc34 libgis: G__getenv() -> G_getenv_nofatal() преди 10 години
..
Vlib cc77b8dc34 libgis: G__getenv() -> G_getenv_nofatal() преди 10 години
dglib 4d66e95f0f dglib: fix sp cache initialization преди 10 години
diglib cc77b8dc34 libgis: G__getenv() -> G_getenv_nofatal() преди 10 години
neta 15e3f283f6 netalib: revert https://trac.osgeo.org/grass/changeset/56890 преди 12 години
rtree 54b9fdf908 Fixed wrong description and obsolete options and flags. Removed wrong html description file. преди 11 години
vedit ddcc379b85 typo verteces -> vertices преди 11 години
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 преди 12 години
README db49180dd7 welcome to GRASS 7.0.svn преди 17 години
vectorascii.html e437cd9f59 avoid caps HTML tags преди 13 години
vectorlib.dox 856b7440d7 vectorlib.dox: point to user wiki, mention boundaries and categories преди 11 години
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider преди 12 години
vectorlib_faq.dox af9dd8e50b more answers преди 12 години
vectorlib_files.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) преди 12 години
vectorlib_indices.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) преди 12 години
vectorlib_libraries.dox f173583341 vlib/dox: removing dglib from the main Doxygen documentation (removing references and cleaning duplicated text) преди 12 години
vectorlib_lists.dox 185557e8a8 vlib/dox: improving lists of funs and structs page sectioning преди 12 години
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider преди 12 години
vectorlib_pg.dox 416b9d5e40 vlib(pg): doxygen cosmetics преди 12 години
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider преди 12 години
vectorlib_topology.dox a901c2a074 Vlib documentation: points do not have nodes преди 12 години

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