mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
xhtml and tidied
This commit is contained in:
parent
d74fa65da1
commit
e3c89db82a
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
-
|
-
|
||||||
- file: index.html
|
- file: index.html
|
||||||
@ -17,36 +16,49 @@
|
|||||||
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
- DEALINGS IN THE SOFTWARE.
|
- DEALINGS IN THE SOFTWARE.
|
||||||
-
|
-
|
||||||
-->
|
-->
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
<html>
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content=
|
||||||
|
"HTML Tidy for Mac OS X (vers 1st August 2004), see www.w3.org" />
|
||||||
|
<title>tclap -- Templatized C++ Command Line Parser Library</title>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
<table summary="Title and Sourceforge logo.">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<h1>tclap -- Templatized C++ Command Line Parser Library </h1>
|
<h1>tclap -- Templatized C++ Command Line Parser Library</h1>
|
||||||
</td>
|
</td>
|
||||||
<td align="right"><a href="http://sourceforge.net">
|
<td align="right"><a href="http://sourceforge.net"><img src=
|
||||||
<img src="http://sourceforge.net/sflogo.php?group_id=76645&type=4"
|
"http://sourceforge.net/sflogo.php?group_id=76645&type=4"
|
||||||
width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
width="125" height="37" border="0" alt=
|
||||||
</td>
|
"SourceForge.net Logo" /></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
This is a small library that provides a simple interface for defining
|
This is a small library that provides a simple interface for
|
||||||
and accessing command line arguments. It was intially inspired by the
|
defining and accessing command line arguments. It was intially
|
||||||
user friendly <a href="http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a>
|
inspired by the user friendly <a href=
|
||||||
libary. The difference is that this library is templatized so the argument
|
"http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a> libary. The
|
||||||
class is type independent which avoids identical-except-for-type objects
|
difference is that this library is templatized so the argument
|
||||||
like IntArg, FloatArg,
|
class is type independent which avoids identical-except-for-type
|
||||||
StringArg, etc. While the library is not strictly compliant with
|
objects like IntArg, FloatArg, StringArg, etc. While the library is
|
||||||
the GNU or POSIX standards, it is getting close.
|
not strictly compliant with the GNU or POSIX standards, it is
|
||||||
|
getting close.
|
||||||
<ul>
|
<ul>
|
||||||
<li> See the <a href="manual.html"><b>manual</b></a> for how things work.</li>
|
<li>See the <a href="manual.html"><b>manual</b></a> for how things
|
||||||
<li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed
|
work.</li>
|
||||||
implementation information.</li>
|
<li>See the <a href="html/index.html"><b>API</b></a> documentation
|
||||||
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>.
|
for detailed implementation information.</li>
|
||||||
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=76645"><b>Download</b></a> the source here.</li>
|
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a>
|
||||||
<li>Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li>
|
project <a href=
|
||||||
|
"http://sourceforge.net/projects/tclap/">page</a>.</li>
|
||||||
|
<li><a href=
|
||||||
|
"http://sourceforge.net/project/showfiles.php?group_id=76645"><b>Download</b></a>
|
||||||
|
the source here.</li>
|
||||||
|
<li>Send any feedback, comments, patches, etc. to mes (_at_) aescon
|
||||||
|
(_dot_) com.</li>
|
||||||
</ul>
|
</ul>
|
||||||
Happy coding!
|
Happy coding!
|
||||||
</body>
|
</body>
|
||||||
|
1003
docs/manual.html
1003
docs/manual.html
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user