[GRASS-SVN] r35455 - grass/trunk/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 17 07:46:12 EST 2009


Author: neteler
Date: 2009-01-17 07:46:12 -0500 (Sat, 17 Jan 2009)
New Revision: 35455

Modified:
   grass/trunk/swig/python/grasspython.dox
Log:
slightly expanded. Doxygen style documentation still lacking

Modified: grass/trunk/swig/python/grasspython.dox
===================================================================
--- grass/trunk/swig/python/grasspython.dox	2009-01-17 01:36:33 UTC (rev 35454)
+++ grass/trunk/swig/python/grasspython.dox	2009-01-17 12:46:12 UTC (rev 35455)
@@ -7,9 +7,39 @@
 
 <h3>Status of GRASS SWIG/PYTHON implementation</h3>
 
-At the moment a prototype is implemented.
+At the moment a prototype is implemented. There is a 
+"swig" module with 10 separate sub-modules named:
+
+<ul>
+<li> date
+<li> display
+<li> grass
+<li> imagery
+<li> math
+<li> proj
+<li> raster
+<li> stats
+<li> utils
+<li> vector
+</ul>
+
 <P>
-See: gisdefs.i
+See: 
 
+<ul>
+<li> common.i
+<li> date.i
+<li> display.i
+<li> grass.i
+<li> imagery.i
+<li> math.i
+<li> my_typemaps.i
+<li> proj.i
+<li> raster.i
+<li> stats.i
+<li> utils.i
+<li> vector.i
+</ul>
+
 */
 



More information about the grass-commit mailing list