Skip to content

Commit

Permalink
Autodoc commit for master/94c9483f
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfaulhaber committed Nov 15, 2012
1 parent 3c38901 commit 173b936
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions api-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Index - Command-line processor 0.2.2 API documentation</title>
<title>Index - Command-line processor 0.2.3 API documentation</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
Expand All @@ -25,7 +25,7 @@ <h1><a title="page header title" id="page-header" href="index.html">tools.cli AP
<div id="leftcolumn"><div style="text-align: center;"></div>
<div class="menu">
<div class="WikiCustomNav WikiElement wiki">
<span class="toc-header"><span id="project-name">Command-line processor</span> <span id="version">0.2.2</span> API</span><br />
<span class="toc-header"><span id="project-name">Command-line processor</span> <span id="version">0.2.3</span> API</span><br />
<ul>
<li><a class="wiki_link" href="index.html">Overview</a></li>
<li><a class="wiki_link" href="api-index.html">API Index</a></li>
Expand All @@ -41,7 +41,7 @@ <h1><a title="page header title" id="page-header" href="index.html">tools.cli AP
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
<div id="right-sidebar"></div>
<div id="content-tag"><h1 id="overview">Index of Public Functions and Variables - <span id="header-project">Command-line processor</span> <span id="header-version">0.2.2</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span></h1>
<div id="content-tag"><h1 id="overview">Index of Public Functions and Variables - <span id="header-project">Command-line processor</span> <span id="header-version">0.2.3</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span></h1>
This page has an alphabetical index of all the documented functions and variables
in <span class="project-name-span">Command-line processor</span>.

Expand Down
8 changes: 4 additions & 4 deletions index-0.2.2.clj → index-0.2.3.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:namespaces
({:source-url
"https://github.com/clojure/tools.cli/blob/ec7bdb3b1189db0dfcd7b1c0d92e784eef84f926/src/main/clojure/clojure/tools/cli.clj",
"https://github.com/clojure/tools.cli/blob/f9d92395cb788dd08cb144035a9d5fd8706d10b5/src/main/clojure/clojure/tools/cli.clj",
:wiki-url
"http://clojure.github.com/tools.cli/clojure.tools.cli-api.html",
:name "clojure.tools.cli",
Expand All @@ -11,13 +11,13 @@
:name "cli",
:namespace "clojure.tools.cli",
:source-url
"https://github.com/clojure/tools.cli/blob/ec7bdb3b1189db0dfcd7b1c0d92e784eef84f926/src/main/clojure/clojure/tools/cli.clj#L108",
"https://github.com/clojure/tools.cli/blob/f9d92395cb788dd08cb144035a9d5fd8706d10b5/src/main/clojure/clojure/tools/cli.clj#L112",
:raw-source-url
"https://github.com/clojure/tools.cli/raw/ec7bdb3b1189db0dfcd7b1c0d92e784eef84f926/src/main/clojure/clojure/tools/cli.clj",
"https://github.com/clojure/tools.cli/raw/f9d92395cb788dd08cb144035a9d5fd8706d10b5/src/main/clojure/clojure/tools/cli.clj",
:wiki-url
"http://clojure.github.com/tools.cli//clojure.tools.cli-api.html#clojure.tools.cli/cli",
:doc
"Parse the provided args using the given specs. Specs are vectors\ndescribing a command line argument. For example:\n\n[\"-p\" \"--port\" \"Port to listen on\" :default 3000 :parse-fn #(Integer/parseInt %)]\n\nFirst provide the switches (from least to most specific), then a doc\nstring, and pairs of options.\n\nValid options are :default, :parse-fn, and :flag. See\nhttps://github.com/clojure/tools.cli/blob/master/README.md for more\ndetailed examples.\n\nReturns a vector containing a map of the parsed arguments, a vector\nof extra arguments that did not match known switches, and a\ndocumentation banner to provide usage instructions.",
:var-type "function",
:line 108,
:line 112,
:file "src/main/clojure/clojure/tools/cli.clj"})}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>clojure.tools.cli - Command-line processor 0.2.2 API documentation</title>
<title>clojure.tools.cli - Command-line processor 0.2.3 API documentation</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
Expand All @@ -25,7 +25,7 @@ <h1><a title="page header title" id="page-header" href="index.html">tools.cli AP
<div id="leftcolumn"><div style="text-align: center;"></div>
<div class="menu">
<div class="WikiCustomNav WikiElement wiki">
<span class="toc-header"><span id="project-name">Command-line processor</span> <span id="version">0.2.2</span> API</span><br />
<span class="toc-header"><span id="project-name">Command-line processor</span> <span id="version">0.2.3</span> API</span><br />
<ul>
<li><a class="wiki_link" href="index.html">Overview</a></li>
<li><a class="wiki_link" href="api-index.html">API Index</a></li>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h1 class="nopad">Table of Contents</h1>
</div>
</div>
<div id="content-tag"><h1 id="overview">API for <span id="clojure.tools.cli">clojure.tools.cli</span>
- <span id="header-project">Command-line processor</span> <span id="header-version">0.2.2</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span>
- <span id="header-project">Command-line processor</span> <span id="header-version">0.2.3</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span>
</h1>
<span id="author-line">by <span id="author-name">Gareth Jones</span><br /></span>
<br />Full namespace name: <span id="long-name">clojure.tools.cli</span>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2 id="clojure.tools.cli/cli">cli</h2>
documentation banner to provide usage instructions.</pre>


<a href="https://github.com/clojure/tools.cli/blob/ec7bdb3b1189db0dfcd7b1c0d92e784eef84f926/src/main/clojure/clojure/tools/cli.clj#L108" id="var-source">Source</a>
<a href="https://github.com/clojure/tools.cli/blob/f9d92395cb788dd08cb144035a9d5fd8706d10b5/src/main/clojure/clojure/tools/cli.clj#L112" id="var-source">Source</a>
</div>
</div>

Expand Down

0 comments on commit 173b936

Please sign in to comment.