[GRASS-SVN] r32084 - in grass/trunk: . 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 13:19:43 EDT 2008
Author: martinl
Date: 2008-07-12 13:19:42 -0400 (Sat, 12 Jul 2008)
New Revision: 32084
Modified:
grass/trunk/Makefile
grass/trunk/README
grass/trunk/include/Make/Doxyfile_arch_html
grass/trunk/lib/db/dbmilib.dox
grass/trunk/lib/display/displaylib.dox
grass/trunk/lib/g3d/g3dlib.dox
grass/trunk/lib/gmath/gmathlib.dox
grass/trunk/lib/gpde/gpdelib.dox
grass/trunk/lib/grasslib.dox
grass/trunk/lib/imagery/imagerylib.dox
grass/trunk/lib/init/README
grass/trunk/lib/init/init.bat
grass/trunk/lib/segment/segmentlib.dox
grass/trunk/lib/vector/dglib/dglib.dox
grass/trunk/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.
[merged from devbr6, r32082, 32083]
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/Makefile 2008-07-12 17:19:42 UTC (rev 32084)
@@ -399,6 +399,21 @@
(cd swig/; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
@echo "Written PDF docs in: lib/db/latex/, lib/g3d/latex/, lib/gis/latex/, lib/gmath/latex/ lib/gpde/latex/ lib/ogsf/latex/, lib/proj//latex/, lib/segment/latex/, lib/vector/latex/ lib/vector/dglib/latex/ rfc/latex/ swig/latex/"
+cleandocs:
+ (cd lib/db/ ; $(MAKE) cleandocs)
+ (cd lib/g3d/ ; $(MAKE) cleandocs)
+ (cd lib/gis/ ; $(MAKE) cleandocs)
+ (cd lib/gmath/ ; $(MAKE) cleandocs)
+ (cd lib/gpde/ ; $(MAKE) cleandocs)
+ (cd lib/ogsf/ ; $(MAKE) cleandocs)
+ (cd lib/proj/ ; $(MAKE) cleandocs)
+ (cd lib/segment/; $(MAKE) cleandocs)
+ (cd lib/vector/ ; $(MAKE) cleandocs)
+ (cd lib/vector/dglib/ ; $(MAKE) cleandocs)
+ (cd lib/ ; $(MAKE) cleandocs)
+ (cd rfc/ ; $(MAKE) cleandocs)
+ (cd swig/; $(MAKE) cleandocs)
+
html2pdfdoc:
@ echo "Light PDF document from modules' HTML documentation"
@ # http://www.htmldoc.org
Modified: grass/trunk/README
===================================================================
--- grass/trunk/README 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/README 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/include/Make/Doxyfile_arch_html
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/include/Make/Doxyfile_arch_html 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/db/dbmilib.dox
===================================================================
--- grass/trunk/lib/db/dbmilib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/db/dbmilib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/display/displaylib.dox
===================================================================
--- grass/trunk/lib/display/displaylib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/display/displaylib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -1,7 +1,5 @@
/*! \page displaylib GRASS Display Library
-<title>GRASS Display Library</title>
-
\section displayintro Display Library
<P>
Modified: grass/trunk/lib/g3d/g3dlib.dox
===================================================================
--- grass/trunk/lib/g3d/g3dlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/g3d/g3dlib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/gmath/gmathlib.dox
===================================================================
--- grass/trunk/lib/gmath/gmathlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/gmath/gmathlib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/gpde/gpdelib.dox
===================================================================
--- grass/trunk/lib/gpde/gpdelib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/gpde/gpdelib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/grasslib.dox
===================================================================
--- grass/trunk/lib/grasslib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/grasslib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -104,7 +104,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>
@@ -155,6 +155,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/trunk/lib/imagery/imagerylib.dox
===================================================================
--- grass/trunk/lib/imagery/imagerylib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/imagery/imagerylib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/init/README
===================================================================
--- grass/trunk/lib/init/README 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/init/README 2008-07-12 17:19:42 UTC (rev 32084)
@@ -78,5 +78,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/trunk/lib/init/init.bat
===================================================================
--- grass/trunk/lib/init/init.bat 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/init/init.bat 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/segment/segmentlib.dox
===================================================================
--- grass/trunk/lib/segment/segmentlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/segment/segmentlib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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/trunk/lib/vector/dglib/dglib.dox
===================================================================
--- grass/trunk/lib/vector/dglib/dglib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/vector/dglib/dglib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -2,7 +2,7 @@
by GRASS Development Team
-http://grass.itc.it/dglib/
+http://grass.osgeo.org/dglib/
\section intro Introduction
Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox 2008-07-12 14:39:09 UTC (rev 32083)
+++ grass/trunk/lib/vector/vectorlib.dox 2008-07-12 17:19:42 UTC (rev 32084)
@@ -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