[GRASS-SVN] r30571 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 13:38:42 EDT 2008


Author: martinl
Date: 2008-03-15 13:38:42 -0400 (Sat, 15 Mar 2008)
New Revision: 30571

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI (menudata) cosmetics (doxygen) in header


Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-03-15 17:35:32 UTC (rev 30570)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-03-15 17:38:42 UTC (rev 30571)
@@ -1,21 +1,19 @@
 """
-MODULE:     menudata.py
+ at package menudata.py
 
-CLASSES:
-* Data
+ at brief Complex list for main menu entries for GRASS wxPython GUI.
 
-PURPOSE:    Complex list for main menu entries for GRASS wxPython GUI.
+Classes:
+ - Data
 
-AUTHORS:    The GRASS Development Team
-Michael Barton (Arizona State University)
-Yann Chemin
-Martin Landa <landa.martin gmail.com>
-
 COPYRIGHT:  (C) 2007-2008 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 
+ at author Michael Barton (Arizona State University)
+ at author Yann Chemin
+ at author Martin Landa <landa.martin gmail.com>
 """
 
 import os



More information about the grass-commit mailing list