[GRASS-SVN] r58526 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 25 08:59:06 PST 2013


Author: martinl
Date: 2013-12-25 08:59:06 -0800 (Wed, 25 Dec 2013)
New Revision: 58526

Modified:
   grass/trunk/gui/wxpython/xml/grass-gxm.dtd
Log:
update grass-gxm.dtd (comment added)


Modified: grass/trunk/gui/wxpython/xml/grass-gxm.dtd
===================================================================
--- grass/trunk/gui/wxpython/xml/grass-gxm.dtd	2013-12-25 16:57:05 UTC (rev 58525)
+++ grass/trunk/gui/wxpython/xml/grass-gxm.dtd	2013-12-25 16:59:06 UTC (rev 58526)
@@ -18,12 +18,16 @@
 
 <!--    an action defines action properties (usually GRASS modules)
 -->
-<!ELEMENT action (task)>
+<!ELEMENT action (comment?, task)>
 <!ATTLIST action id	CDATA #REQUIRED>
 <!ATTLIST action name	CDATA #REQUIRED>
 <!ATTLIST action pos	CDATA #REQUIRED>
 <!ATTLIST action size	CDATA #REQUIRED>
 
+<!--    action comment
+-->
+<!ELEMENT comment         (#PCDATA)>
+
 <!--	a task describes the interface of a single
 	GRASS command
 -->



More information about the grass-commit mailing list