Skip to content

Commit 07e18a3

Browse files
committed
Removing dead pages and dead images
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@560863 13f79535-47bb-0310-9956-ffa450edef68
1 parent b4b029f commit 07e18a3

5 files changed

Lines changed: 2 additions & 98 deletions

File tree

xdocs/manual/commandlines.xml

Lines changed: 0 additions & 51 deletions
This file was deleted.

xdocs/manual/index.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ Option outputOption =
117117
to the user in a manner typical of command line applications. The
118118
HelpFormatter is designed with flexibility in mind so it should be possible to
119119
control exactly which structures are described to the user and what level of
120-
detail to use. The HelpFormatter is discussed in detail in the
121-
<a href="utilities.html#HelpFormatter">Utilities</a> section of the manual.
120+
detail to use.
122121
</p>
123122
<p>
124123
Any errors that occur while parsing result in an OptionException being thrown
@@ -183,9 +182,7 @@ if(cl.hasOption("--output")) {
183182
provided that can wrap a Properties or Preferences instance as a CommandLine.
184183
These can then be combined with the DefaultingCommandLine and the parsed
185184
CommandLine to provide a variety of different defaulting and overriding
186-
scenarios. The CommandLine interface and implementations are discussed
187-
further in the <a href="commandlines.html">CommandLines</a> section of the
188-
manual.
185+
scenarios.
189186
</p>
190187
</subsection>
191188
</section>

xdocs/manual/options.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
<body>
2626
<section name="Options">
27-
<img src="../images/options.jpg"/>
2827
<subsection name="Option">
2928
<p>
3029
In CLI2 every element of the command line interface is modelled as an

xdocs/manual/utilities.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

xdocs/manual/validators.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
<li>URL</li>
4242
</ul>
4343

44-
<img src="../images/validators.jpg"/>
45-
4644
<subsection name="ClassValidator">
4745
<p>
4846
The <code>ClassValidator</code> validates a value using three criteria:

0 commit comments

Comments
 (0)