瀏覽代碼

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 年之前
父節點
當前提交
8c577cc7ac
共有 1 個文件被更改,包括 13 次插入10 次删除
  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