Skip to content

Commit 116d402

Browse files
author
Robert James Oxspring
committed
Added examples overview documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130116 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5db7cc6 commit 116d402

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

xdocs/examples/index.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,20 @@
2323

2424
<body>
2525
<section name="Overview">
26-
<p>TODO quick overview to the examples</p>
26+
<p>
27+
The examples section aims to show how a variety of applications and
28+
tools could be modelled using CLI2. We make no claim that these tools
29+
use CLI2 in their implementation but simply use their interfaces to
30+
demonstrate commonly needed features. Some examples will make
31+
simplifications to keep the documentation consise.
32+
</p>
33+
<p>
34+
Many aspects of the API are touched upon but few are described in
35+
great detail. If more information is required then the reader is
36+
encouraged to review the API documentation and look at the unit tests
37+
for inspiration. Failing that, further advice and discussion can be
38+
found on the <code>commons-user@jakarta.apache.org</code> mailing list.
39+
</p>
2740
</section>
2841
</body>
2942
</document>

0 commit comments

Comments
 (0)