Martin Landa 3b4bd4f571 vlib: fix https://trac.osgeo.org/grass/changeset/55643 (is_isle) пре 12 година
..
Vlib 3b4bd4f571 vlib: fix https://trac.osgeo.org/grass/changeset/55643 (is_isle) пре 12 година
dglib 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
diglib 6161703763 vlib(pg): add_line_to_topo_pg() and delete_line_from_topo_pg() added пре 12 година
neta 08a91ed99f Don't use // comments (C89 compatibility) пре 12 година
rtree 08a91ed99f Don't use // comments (C89 compatibility) пре 12 година
vedit 08a91ed99f Don't use // comments (C89 compatibility) пре 12 година
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 пре 13 година
README db49180dd7 welcome to GRASS 7.0.svn пре 17 година
vectorascii.html e437cd9f59 avoid caps HTML tags пре 13 година
vectorlib.dox a5fa7b5da3 vlib/dox: moving lists of funs and structs to a separate page пре 12 година
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 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 12 година
vectorlib_topology.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider пре 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