[Japi-cvs] SF.net SVN: japi:[858] libs/argparser/trunk/src/prj/net/sf/japi/io/args/ package-info.ja
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-15 02:15:33
|
Revision: 858
http://japi.svn.sourceforge.net/japi/?rev=858&view=rev
Author: christianhujer
Date: 2009-02-15 02:14:08 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
Minor documentation improvements.
Modified Paths:
--------------
libs/argparser/trunk/src/prj/net/sf/japi/io/args/package-info.java
Modified: libs/argparser/trunk/src/prj/net/sf/japi/io/args/package-info.java
===================================================================
--- libs/argparser/trunk/src/prj/net/sf/japi/io/args/package-info.java 2009-02-15 02:13:38 UTC (rev 857)
+++ libs/argparser/trunk/src/prj/net/sf/japi/io/args/package-info.java 2009-02-15 02:14:08 UTC (rev 858)
@@ -39,12 +39,11 @@
* <p/>
* The special option <code>--</code> will stop argument parsing.
* All strings that follow the <code>--</code>-option are treated as command arguments, not options, even if they start with <code>-</code>.
- * <p/>
+ *
+ * <h3>Usage Pattern</h3>
* The ArgParser library is built upon the JavaBeans concept.
* A command is a JavaBean, the command's options are bean properties.
* The corresponding setter method, usually a setter, needs to be marked as {@link net.sf.japi.io.args.Option}.
- *
- * <h3>Usage Pattern</h3>
* <ul>
* <li>
* Create a class which shall be the command.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|