[GRASS-SVN] r32083 - in grass/branches/develbranch_6: .
include/Make lib lib/db lib/display lib/g3d lib/gmath
lib/gpde lib/imagery lib/init lib/segment lib/vector
lib/vector/dglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 12 10:39:10 EDT 2008
Author: marisn
Date: 2008-07-12 10:39:09 -0400 (Sat, 12 Jul 2008)
New Revision: 32083
Modified:
grass/branches/develbranch_6/README
grass/branches/develbranch_6/include/Make/Doxyfile_arch_html
grass/branches/develbranch_6/lib/db/dbmilib.dox
grass/branches/develbranch_6/lib/display/displaylib.dox
grass/branches/develbranch_6/lib/g3d/g3dlib.dox
grass/branches/develbranch_6/lib/gmath/gmathlib.dox
grass/branches/develbranch_6/lib/gpde/gpdelib.dox
grass/branches/develbranch_6/lib/grasslib.dox
grass/branches/develbranch_6/lib/imagery/imagerylib.dox
grass/branches/develbranch_6/lib/init/README
grass/branches/develbranch_6/lib/init/init.bat
grass/branches/develbranch_6/lib/segment/segmentlib.dox
grass/branches/develbranch_6/lib/vector/dglib/dglib.dox
grass/branches/develbranch_6/lib/vector/vectorlib.dox
Log:
Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones;
Removed unused <title> tags;
Doxygen now includes images in HTML from current folder.
Modified: grass/branches/develbranch_6/README
===================================================================
--- grass/branches/develbranch_6/README 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/README 2008-07-12 14:39:09 UTC (rev 32083)
@@ -33,7 +33,9 @@
To build the GRASS programmer's documentation, run
make htmldocs
-here. This takes quite some time. The result is in doxygenhtml/index.html
+or to generate documentation as single html file (recommended for simple reading)
+ make htmldocs-single
+here. This takes quite some time. The result is in lib/html/index.html
which refers to further document repositories in
lib/vector/html/index.html
lib/db/html/index.html
Modified: grass/branches/develbranch_6/include/Make/Doxyfile_arch_html
===================================================================
--- grass/branches/develbranch_6/include/Make/Doxyfile_arch_html 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/include/Make/Doxyfile_arch_html 2008-07-12 14:39:09 UTC (rev 32083)
@@ -485,7 +485,7 @@
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH =
+IMAGE_PATH = .
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Modified: grass/branches/develbranch_6/lib/db/dbmilib.dox
===================================================================
--- grass/branches/develbranch_6/lib/db/dbmilib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/db/dbmilib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -595,7 +595,7 @@
\section contacts Contacts
- GRASS Development Team: http://grass.itc.it (preferably developers mailing list)
+ GRASS Development Team: http://grass.osgeo.org (preferably developers mailing list)
\section references References
Modified: grass/branches/develbranch_6/lib/display/displaylib.dox
===================================================================
--- grass/branches/develbranch_6/lib/display/displaylib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/display/displaylib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -1,7 +1,5 @@
/*! \page displaylib GRASS Display Library
-<title>GRASS Display Library</title>
-
\section displayintro Display Library
<P>
Modified: grass/branches/develbranch_6/lib/g3d/g3dlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/g3d/g3dlib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/g3d/g3dlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,6 @@
<!-- doxygenized from "GRASS 5 Programmer's Manual"
by M. Neteler 5/2004, 8/2005
-->
-<title>GRASS Grid3D raster volume Library</title>
\section g3dintro Grid3D raster volume Library
Modified: grass/branches/develbranch_6/lib/gmath/gmathlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/gmath/gmathlib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/gmath/gmathlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,6 @@
<!-- doxygenized from "GRASS 5 Programmer's Manual"
by M. Neteler 8/2005
-->
-<title>GRASS Numerical math interface</title>
\section gmathintro Numerical math interface with optional support of LAPACK/BLAS
Modified: grass/branches/develbranch_6/lib/gpde/gpdelib.dox
===================================================================
--- grass/branches/develbranch_6/lib/gpde/gpdelib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/gpde/gpdelib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -223,7 +223,7 @@
<P>
<b>Example implementation:</b><br>
-The GRASS module <a href="http://grass.itc.it/grass63/manuals/html63_user/r.gwflow.html">r.gwflow</a>
+The GRASS module <a href="http://grass.osgeo.org/grass63/manuals/html63_user/r.gwflow.html">r.gwflow</a>
implements numerical calculation program for transient,
confined and unconfined groundwater flow in two dimensions.
Modified: grass/branches/develbranch_6/lib/grasslib.dox
===================================================================
--- grass/branches/develbranch_6/lib/grasslib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/grasslib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -100,7 +100,7 @@
<h3>Interfaces</h3>
<ul>
-<li> GRASS SWIG interface <a href=../../swig/html/>see here</a>.
+<li> GRASS SWIG interface <a href="../../swig/html/index.html">see here</a>.
</ul>
<h3>File structure of GRASS Location</h3>
@@ -151,6 +151,6 @@
storage in database (DBMS).</li>
</ul>
-<img src="http://grass.osgeo.org/images/loc_struct.png" alt="Diagram of GRASS file structure">
+\image html "loc_struct.png" "Diagram of GRASS file structure"
*/
Modified: grass/branches/develbranch_6/lib/imagery/imagerylib.dox
===================================================================
--- grass/branches/develbranch_6/lib/imagery/imagerylib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/imagery/imagerylib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,6 @@
<!-- doxygenized from "GRASS 5 Programmer's Manual"
by M. Neteler 2/2004
-->
-<title>GRASS Imagery Library</title>
\section imageryintro Introduction to Imagery Library
Modified: grass/branches/develbranch_6/lib/init/README
===================================================================
--- grass/branches/develbranch_6/lib/init/README 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/init/README 2008-07-12 14:39:09 UTC (rev 32083)
@@ -77,5 +77,5 @@
# GISDBASE/loc2-1/map1-1 location
- Any suggestionss to <grass-dev at grass.itc.it>
+ Any suggestionss to <grass-dev at lists.osgeo.org>
Modified: grass/branches/develbranch_6/lib/init/init.bat
===================================================================
--- grass/branches/develbranch_6/lib/init/init.bat 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/init/init.bat 2008-07-12 14:39:09 UTC (rev 32083)
@@ -118,7 +118,7 @@
type "%WINGISBASE%\etc\welcome"
"%WINGISBASE%\etc\echo" ""
-"%WINGISBASE%\etc\echo" "GRASS homepage: http://grass.itc.it/"
+"%WINGISBASE%\etc\echo" "GRASS homepage: http://grass.osgeo.org/"
"%WINGISBASE%\etc\echo" "This version running thru: Windows Command Shell (cmd.exe)"
"%WINGISBASE%\etc\echo" "When ready to quit enter: exit"
"%WINGISBASE%\etc\echo" "Help is available with the command: g.manual -i"
Modified: grass/branches/develbranch_6/lib/segment/segmentlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/segment/segmentlib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/segment/segmentlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,6 @@
<!-- doxygenized from "GRASS 5 Programmer's Manual"
by M. Neteler 8/2005
-->
-<title>GRASS Segment Library</title>
\section segmentintro Segment Library
Modified: grass/branches/develbranch_6/lib/vector/dglib/dglib.dox
===================================================================
--- grass/branches/develbranch_6/lib/vector/dglib/dglib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/vector/dglib/dglib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,7 @@
by GRASS Development Team
-http://grass.itc.it/dglib/
+http://grass.osgeo.org/dglib/
\section intro Introduction
Modified: grass/branches/develbranch_6/lib/vector/vectorlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/vector/vectorlib.dox 2008-07-12 14:32:43 UTC (rev 32082)
+++ grass/branches/develbranch_6/lib/vector/vectorlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
@@ -2,7 +2,7 @@
by GRASS Development Team
-http://www.grass-gis.org
+http://grass.osgeo.org
<h2>Table of contents</h2>
@@ -810,7 +810,7 @@
\section grassdglib DGLib (Directed Graph Library)
The Directed Graph Library or DGLib (Micarelli 2002, \ref dglib ,
-http://grass.itc.it/dglib/) provides functionality for vector network
+http://grass.osgeo.org/dglib/) provides functionality for vector network
analysis. This library released under GPL is hosted by the GRASS
project (within the GRASS source code). As a stand-alone library it
may also be used by other software projects.
More information about the grass-commit
mailing list