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
|
||||
@ -18,35 +17,48 @@
|
||||
- DEALINGS IN THE SOFTWARE.
|
||||
-
|
||||
-->
|
||||
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"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>
|
||||
<table>
|
||||
<tr>
|
||||
<td align="left">
|
||||
<h1>tclap -- Templatized C++ Command Line Parser Library </h1>
|
||||
</td>
|
||||
<td align="right"><a href="http://sourceforge.net">
|
||||
<img src="http://sourceforge.net/sflogo.php?group_id=76645&type=4"
|
||||
width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<table summary="Title and Sourceforge logo.">
|
||||
<tr>
|
||||
<td align="left">
|
||||
<h1>tclap -- Templatized C++ Command Line Parser Library</h1>
|
||||
</td>
|
||||
<td align="right"><a href="http://sourceforge.net"><img src=
|
||||
"http://sourceforge.net/sflogo.php?group_id=76645&type=4"
|
||||
width="125" height="37" border="0" alt=
|
||||
"SourceForge.net Logo" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
This is a small library that provides a simple interface for defining
|
||||
and accessing command line arguments. It was intially inspired by the
|
||||
user friendly <a href="http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a>
|
||||
libary. The difference is that this library is templatized so the argument
|
||||
class is type independent which avoids identical-except-for-type objects
|
||||
like IntArg, FloatArg,
|
||||
StringArg, etc. While the library is not strictly compliant with
|
||||
the GNU or POSIX standards, it is getting close.
|
||||
This is a small library that provides a simple interface for
|
||||
defining and accessing command line arguments. It was intially
|
||||
inspired by the user friendly <a href=
|
||||
"http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a> libary. The
|
||||
difference is that this library is templatized so the argument
|
||||
class is type independent which avoids identical-except-for-type
|
||||
objects like IntArg, FloatArg, StringArg, etc. While the library is
|
||||
not strictly compliant with the GNU or POSIX standards, it is
|
||||
getting close.
|
||||
<ul>
|
||||
<li> See the <a href="manual.html"><b>manual</b></a> for how things work.</li>
|
||||
<li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed
|
||||
implementation information.</li>
|
||||
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>.
|
||||
<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>
|
||||
<li>See the <a href="manual.html"><b>manual</b></a> for how things
|
||||
work.</li>
|
||||
<li>See the <a href="html/index.html"><b>API</b></a> documentation
|
||||
for detailed implementation information.</li>
|
||||
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a>
|
||||
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>
|
||||
Happy coding!
|
||||
</body>
|
||||
|
989
docs/manual.html
989
docs/manual.html
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user