Forráskód Böngészése

wxGUI: use doxygen style header for files
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33357)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33358 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 éve
szülő
commit
8c577cc7ac
1 módosított fájl, 13 hozzáadás és 10 törlés
  1. 13 10
      gui/wxpython/gui_modules/gselect.py

+ 13 - 10
gui/wxpython/gui_modules/gselect.py

@@ -1,18 +1,21 @@
 """
-MODULE: gselect
+@package gselect
 
-CLASSES:
- * Select
- * TreeCrtlComboPopup
+@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.
+@author Michael Barton
+@author Martin Landa <landa.martin gmail.com>
 """
 
 import os