Ticket #269: Fixed documentation formatting problems

This commit is contained in:
James Muehlner
2013-02-05 21:27:29 -08:00
parent 6bf351e664
commit f46397739a
2 changed files with 7 additions and 7 deletions

View File

@@ -26,12 +26,12 @@ http://code.google.com/p/mybatis/
2) Set up the MyBatis mapping generator configuration xml
A commented sample file is provided in docs/examples.
For more information, see the documentation provided in the download from step 1.
A commented sample file is provided in docs/examples. For more information
see the documentation provided in the download from step 1.
3) Generate the source files
java -jar mybatis-generator-core-1.3.2.jar -configfile mybatisconfig.xml [-overwrite]
java -jar mybatis-generator-core-1.3.2.jar -configfile mybatisconfig.xml
This command will create the generated java and xml source in the location specified
in the configuration xml.
This command will create the generated java and xml source in the location
specified in the configuration xml.