Skip to content

Commit

Permalink
add latest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwil committed Dec 7, 2009
1 parent c9fcc0d commit 713bd17
Show file tree
Hide file tree
Showing 30 changed files with 7,139 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
.rakeTasks
.yardoc
aspen.i*
javalib/
spec/
123 changes: 123 additions & 0 deletions doc/Aspen.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!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" xml:lang="en" lang="en">
<head>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>Module: Aspen</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />

<script type="text/javascript" charset="utf-8">
relpath = '';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>

</head>
<body>
<div id="header">
<div id="menu">

<a href="_index.html">Index (A)</a> &raquo;


<span class="title">Aspen</span>

</div>

<div id="search">
<a id="class_list_link" href="#">Namespace List</a>
<a id="method_list_link" href="#">Method List</a>
<a id ="file_list_link" href="#">File List</a>
</div>

<div class="clear"></div>
</div>

<iframe id="search_frame"></iframe>

<div id="content"><h1>Module: Aspen


</h1>

<dl class="box">







<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/aspen.rb<span class="defines">,<br />
lib/aspen/runner.rb,<br /> lib/aspen/server.rb,<br /> lib/aspen/logging.rb,<br /> lib/aspen/version.rb,<br /> lib/aspen/controller.rb,<br /> lib/aspen/netty_proxy.rb</span>
</dd>

</dl>
<div class="clear"></div>

<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>
module Aspen
</p>


</div>
</div>
<div class="tags">

</div><h2>Defined Under Namespace</h2>
<p class="children">


<strong class="modules">Modules:</strong> <a href="Aspen/Logging.html" title="Logging">Logging</a>, <a href="Aspen/VERSION.html" title="VERSION">VERSION</a>



<strong class="classes">Classes:</strong> <a href="Aspen/Controller.html" title="Controller">Controller</a>, <a href="Aspen/InvalidOption.html" title="InvalidOption">InvalidOption</a>, <a href="Aspen/NettyProxy.html" title="NettyProxy">NettyProxy</a>, <a href="Aspen/RackParseError.html" title="RackParseError">RackParseError</a>, <a href="Aspen/Runner.html" title="Runner">Runner</a>, <a href="Aspen/RunnerError.html" title="RunnerError">RunnerError</a>, <a href="Aspen/Server.html" title="Server">Server</a>


</p>

<h2>Constant Summary</h2>

<dl class="constants">

<dt id="NAME-constant ">NAME =
<span class="summary_desc">
name string.

</span>
</dt>
<dd><pre class="code"><span class='string val'>'aspen'</span><span class='dot token'>.</span><span class='freeze identifier id'>freeze</span>
</pre></dd>

<dt id="SERVER-constant ">SERVER =
<span class="summary_desc">
server name and version.

</span>
</dt>
<dd><pre class="code"><span class='dstring node'>&quot;#{NAME} #{VERSION::STRING}&quot;</span><span class='dot token'>.</span><span class='freeze identifier id'>freeze</span>
</pre></dd>

</dl>






</div>

<div id="footer">
Generated on Mon Dec 07 10:45:15 2009 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
0.4.0 (ruby-1.8.7).
</div>

</body>
</html>
Loading

0 comments on commit 713bd17

Please sign in to comment.