[GRASS-SVN] r33358 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 9 14:01:18 EDT 2008
Author: martinl
Date: 2008-09-09 14:01:17 -0400 (Tue, 09 Sep 2008)
New Revision: 33358
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: use doxygen style header for files
(merge from devbr6, r33357)
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2008-09-09 17:43:25 UTC (rev 33357)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2008-09-09 18:01:17 UTC (rev 33358)
@@ -1,18 +1,21 @@
"""
-MODULE: gselect
+ at package gselect
-CLASSES:
- * Select
- * TreeCrtlComboPopup
+ at brief Custom control that selects elements
-PURPOSE: Custon control that selects GRASS GIS elements
+Classes:
+ - Select
+ - TreeCrtlComboPopup
+ - VectorDBInfo
+ - LayerSelect
+ - ColumnSelect
-AUTHORS: The GRASS Development Team. Michael Barton & Martin Landa
+(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.
-COPYRIGHT: (C) 2007 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
+ at author Martin Landa <landa.martin gmail.com>
"""
import os
More information about the grass-commit
mailing list