瀏覽代碼

wxGUI: update mapdisp/main.py header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55134 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
67055ba1cd
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      gui/wxpython/mapdisp/main.py

+ 6 - 1
gui/wxpython/mapdisp/main.py

@@ -4,12 +4,17 @@
 @brief Start Map Display as standalone application
 
 Classes:
+ - mapdisp::DMonMap
+ - mapdisp::Layer
+ - mapdisp::LayerList
+ - mapdisp::DMonGrassInterface
+ - mapdisp::DMonFrame
  - mapdisp::MapApp
 
 Usage:
 python mapdisp/main.py monitor-identifier /path/to/map/file /path/to/command/file /path/to/env/file
 
-(C) 2006-2011 by the GRASS Development Team
+(C) 2006-2013 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.