Skip to content

Commit

Permalink
Add yardocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dropofwill committed Apr 19, 2015
1 parent 28299e8 commit 495399a
Show file tree
Hide file tree
Showing 29 changed files with 6,338 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
Expand Down
131 changes: 131 additions & 0 deletions doc/Rtasklib.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: Rtasklib

&mdash; Documentation by YARD 0.8.7.6

</title>

<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />

<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />

<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '';
framesUrl = "frames.html#!Rtasklib.html";
</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 (R)</a> &raquo;


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


<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>

<div id="search">

<a class="full_list_link" id="class_list_link"
href="class_list.html">
Class List
</a>

<a class="full_list_link" id="method_list_link"
href="method_list.html">
Method List
</a>

<a class="full_list_link" id="file_list_link"
href="file_list.html">
File List
</a>

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

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

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



</h1>

<dl class="box">








<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/rtasklib.rb<span class="defines">,<br />
lib/rtasklib/taskrc.rb,<br /> lib/rtasklib/execute.rb,<br /> lib/rtasklib/version.rb,<br /> lib/rtasklib/serializer.rb,<br /> lib/rtasklib/controller.rb,<br /> lib/rtasklib/marshallable.rb</span>
</dd>

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

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


<strong class="modules">Modules:</strong> <span class='object_link'><a href="Rtasklib/Marshallable.html" title="Rtasklib::Marshallable (module)">Marshallable</a></span>, <span class='object_link'><a href="Rtasklib/Models.html" title="Rtasklib::Models (module)">Models</a></span>



<strong class="classes">Classes:</strong> <span class='object_link'><a href="Rtasklib/Controller.html" title="Rtasklib::Controller (class)">Controller</a></span>, <span class='object_link'><a href="Rtasklib/Execute.html" title="Rtasklib::Execute (class)">Execute</a></span>, <span class='object_link'><a href="Rtasklib/TaskWarrior.html" title="Rtasklib::TaskWarrior (class)">TaskWarrior</a></span>, <span class='object_link'><a href="Rtasklib/Taskrc.html" title="Rtasklib::Taskrc (class)">Taskrc</a></span>


</p>

<h2>Constant Summary</h2>

<dl class="constants">

<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>

</dl>










</div>

<div id="footer">
Generated on Sun Apr 19 14:36:54 2015 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.6 (ruby-2.1.3).
</div>

</body>
</html>
Loading

0 comments on commit 495399a

Please sign in to comment.