浏览代码

dox: removing markdown incompatible syntax

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55254 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 12 年之前
父节点
当前提交
df5017878f
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      lib/gis/gislib.dox

+ 6 - 4
lib/gis/gislib.dox

@@ -1143,12 +1143,13 @@ make up the valid command line input of a GRASS command.
 
 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 @@ missing from the command line, the parser will then display a complete
 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