[GRASS-SVN] r55254 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 02:43:12 PST 2013


Author: wenzeslaus
Date: 2013-02-28 02:43:12 -0800 (Thu, 28 Feb 2013)
New Revision: 55254

Modified:
   grass/trunk/lib/gis/gislib.dox
Log:
dox: removing markdown incompatible syntax

Modified: grass/trunk/lib/gis/gislib.dox
===================================================================
--- grass/trunk/lib/gis/gislib.dox	2013-02-28 08:30:57 UTC (rev 55253)
+++ grass/trunk/lib/gis/gislib.dox	2013-02-28 10:43:12 UTC (rev 55254)
@@ -1143,12 +1143,13 @@
 
 The parser routines behave in one of three ways:
 
- # If no command line arguments are entered by the user, the parser
+<ul>
+<li> If no command line arguments are entered by the user, the parser
 searches for a completely interactive version of the command. If the
 interactive version is found, control is passed over to this
-version. 
+version.
 
- # If command line arguments are entered but they are a subset of the
+<li> If command line arguments are entered but they are a subset of the
 options and flags that the programmer has defined as required
 arguments, three things happen. The parser will pass an error message
 to the user indicating which required options and/or flags were
@@ -1156,9 +1157,10 @@
 usage message for that command, and finally the parser cancels
 execution of the command.
 
- # If all necessary options and flags are entered on the command line
+<li> If all necessary options and flags are entered on the command line
 by the user, the parser executes the command with the given options
 and flags.
+</ul>
 
 \subsection Structures Structures
 



More information about the grass-commit mailing list