switched to Gulp

This commit is contained in:
Kevin Jahns
2014-08-12 19:13:42 +02:00
parent b340bbe806
commit 28b48de454
505 changed files with 97711 additions and 18525 deletions

View File

@@ -0,0 +1,279 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Animal</span>
&raquo;
<span class='title'>Lion</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Animal.Lion
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;node_modules&#47;codo&#47;spec&#47;_templates&#47;example&#47;src&#47;lion.coffee</td>
</tr>
<tr>
<td>Inherits:</td>
<td>
<a href='../../class/Example/Animal.html'>Example.Animal</a>
</td>
</tr>
<tr>
<td>Extends:</td>
<td>
MissingMixin
</td>
</tr>
<tr>
<td>Includes:</td>
<td>
<a href='../../mixin/Example/AngryAnimal.html'>Example.AngryAnimal</a>
</td>
</tr>
</table>
<h2>Overview</h2>
<div class='docstring'>
<p>A dangerous lion. Take care.</p>
</div>
<div class='tags'>
<h3>Author:</h3>
<ul class='author'>
<li>
Simba
</li>
</ul>
<h3>See also:</h3>
<ul class='see'>
<li>
<a href='http://en.wikipedia.org/wiki/Lion'>http:&#47;&#47;en.wikipedia.org&#47;wiki&#47;Lion</a>
</li>
</ul>
</div>
<h2>Variables Summary</h2>
<dl class='constants'>
<dt id='MAX_SPEED-variable'>
MAX_SPEED
=
</dt>
<dd>
<pre><code class='coffeescript'>50</code></pre>
<div class='docstring'>
<p>Maximum speed in MPH</p>
</div>
<div class='tags'>
</div>
</dd>
</dl>
<h3 class='inherited'>
Variable inherited from
<a href='../../class/Example/Animal.html'>Example.Animal</a>
</h3>
<p class='inherited'>
<a href='../../class/Example/Animal.html#ANSWER-variable'>ANSWER</a>
</p>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#move-dynamic'>
#
(void)
<b>move</b><span>(direction, speed)</span>
</a>
</span>
<span class='desc'>
Move the lion fast
</span>
</li>
<li>
<span class='signature'>
<a href='#escape-dynamic'>
#
(void)
<b>escape</b><span>(direction)</span>
</a>
</span>
<span class='desc'>
Escape at maximum speed.
</span>
</li>
</ul>
<h2>
<small>Inherited Method Summary</small>
<h3 class='inherited'>
Methods inherited from
<a href='../../class/Example/Animal.html'>Example.Animal</a>
</h3>
<p class='inherited'>
<a href='../../class/Example/Animal.html#move-dynamic'>#move</a>
<a href='../../class/Example/Animal.html#copulate-dynamic'>#copulate</a>
<a href='../../class/Example/Animal.html#enterArk-static'>.enterArk</a>
</p>
</h2>
<h2>
<small>Extended Method Summary</small>
</h2>
<h3 class='inherited'>
Methods extended from
MissingMixin
</h3>
<h2>
<small>Included Method Summary</small>
</h2>
<h3 class='inherited'>
Methods included from
<a href='../../mixin/Example/AngryAnimal.html'>Example.AngryAnimal</a>
</h3>
<p class='inherited'>
<a href='../../mixin/Example/AngryAnimal.html#roar-dynamic'>#roar</a>
</p>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='move-dynamic'>
#
(void)
<b>move</b><span>(direction, speed)</span>
<br>
</p>
<div class='docstring'>
<p>Move the lion fast</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>direction</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>the moving direction </span>
</li>
<li>
<span class='name'>speed</span>
<span class='type'>
(
<tt>Number</tt>
)
</span>
&mdash;
<span class='desc'>the moving speed </span>
</li>
</ul>
</div>
</div>
<div class='method_details'>
<p class='signature' id='escape-dynamic'>
#
(void)
<b>escape</b><span>(direction)</span>
<br>
</p>
<div class='docstring'>
<p>Escape at maximum speed.</p><p>@param (see #move)</p>
</div>
<div class='tags'>
</div>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,256 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Animal</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Animal
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;test&#47;fixtures&#47;default&#47;animal.coffee</td>
</tr>
</table>
<h2>Overview</h2>
<div class='docstring'>
<p>Base class for all animals.</p>
<div class='examples'>
<h3>Examples:</h3>
<h4>
How to subclass an animal
</h4>
<pre><code class='coffeescript'>class Lion extends Animal
move: (direction, speed) -&gt;</code></pre>
</div>
</div>
<div class='tags'>
</div>
<h2>Variables Summary</h2>
<dl class='constants'>
<dt id='ANSWER-variable'>
ANSWER
=
</dt>
<dd>
<pre><code class='coffeescript'>42</code></pre>
<div class='docstring'>
<p>The Answer to the Ultimate Question of Life, the Universe, and Everything</p>
</div>
<div class='tags'>
</div>
</dd>
</dl>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#move-dynamic'>
#
(void)
<b>move</b><span>(options = {})</span>
</a>
</span>
<span class='desc'>
Move the animal.
</span>
</li>
</ul>
<h2>Constructor Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='constructor-dynamic'>
#
(void)
<b>constructor</b><span>(name, birthDate = new Date())</span>
<br>
</p>
<div class='docstring'>
<p>Construct a new animal.</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>name</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>the name of the animal </span>
</li>
<li>
<span class='name'>birthDate</span>
<span class='type'>
(
<tt>Date</tt>
)
</span>
&mdash;
<span class='desc'>when the animal was born </span>
</li>
</ul>
</div>
</div>
</div>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='move-dynamic'>
#
(void)
<b>move</b><span>(options = {})</span>
<br>
</p>
<div class='docstring'>
<p>Move the animal.</p>
<div class='examples'>
<h3>Examples:</h3>
<h4>
Move an animal
</h4>
<pre><code class='coffeescript'>new Lion(&#39;Simba&#39;).move(&#39;south&#39;, 12)</code></pre>
</div>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>options</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>the moving options </span>
</li>
</ul>
<h3>
Options Hash:
(options):
</h3>
<ul class='options'>
<li>
<span class='name'>direction</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>the moving direction </span>
</li>
<li>
<span class='name'>speed</span>
<span class='type'>
(
<tt>Number</tt>
)
</span>
&mdash;
<span class='desc'>the speed in mph </span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

169
doc/class/Example/Cell.html Normal file
View File

@@ -0,0 +1,169 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Cell</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Cell
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;test&#47;fixtures&#47;custom&#47;cell.coffee</td>
</tr>
</table>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#grow-dynamic'>
#
(void)
<b>grow</b><span>()</span>
</a>
</span>
<span class='desc'>
</span>
</li>
<li>
<span class='signature'>
<a href='#clone-dynamic'>
#
(void)
<b>clone</b><span>()</span>
</a>
</span>
<span class='desc'>
</span>
</li>
</ul>
<h2>Constructor Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='constructor-dynamic'>
#
(void)
<b>constructor</b><span>(name, birthDate = new Date())</span>
<br>
</p>
</div>
</div>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='grow-dynamic'>
#
(void)
<b>grow</b><span>()</span>
<br>
</p>
</div>
<div class='method_details'>
<p class='signature' id='clone-dynamic'>
#
(void)
<b>clone</b><span>()</span>
<br>
</p>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,133 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Concern</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Concern
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;node_modules&#47;codo&#47;spec&#47;_templates&#47;mixins&#47;concern.coffee</td>
</tr>
<tr>
<td>Concerns:</td>
<td>
<a href='../../mixin/Example/Mixins.Concern.html'>Example.Mixins.Concern</a>
</td>
</tr>
</table>
<h2>Overview</h2>
<div class='tags'>
</div>
<h2>
<small>Concerned Method Summary</small>
</h2>
<h3 class='inherited'>
Methods concerned from
<a href='../../mixin/Example/Mixins.Concern.html'>Example.Mixins.Concern</a>
</h3>
<p class='inherited'>
<a href='../../mixin/Example/Mixins.Concern.html#a-static'>.a</a>
<a href='../../mixin/Example/Mixins.Concern.html#z-static'>.z</a>
<a href='../../mixin/Example/Mixins.Concern.html#hi-dynamic'>#hi</a>
<a href='../../mixin/Example/Mixins.Concern.html#goodbye-dynamic'>#goodbye</a>
</p>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,186 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Events</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Events
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;node_modules&#47;codo&#47;spec&#47;_templates&#47;methods&#47;method_events.coffee</td>
</tr>
</table>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#emit-dynamic'>
#
(void)
<b>emit</b><span>(args...)</span>
</a>
</span>
<span class='desc'>
This is a generic Events emit method.
</span>
</li>
</ul>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='emit-dynamic'>
#
(void)
<b>emit</b><span>(args...)</span>
<br>
</p>
<div class='docstring'>
<p>This is a generic Events emit method.</p><p>This should be more description for the method itself, and events
shouldn&#39;t have messed it up.</p>
</div>
<div class='tags'>
<div class='events'>
<h3>Events:</h3>
<div class='event'>
<p class='signature'>
theBasic.One
</p>
<div class='tags'>
</div>
</div>
<div class='event'>
<p class='signature'>
theWeirdOne
</p>
<div class='docstring'>
<p>Omg this event is so weird o_O</p>
</div>
<div class='tags'>
</div>
</div>
<div class='event'>
<p class='signature'>
theComplicatedOne
</p>
<div class='docstring'>
<p>This is the complicated event yo</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>the</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>incredible string </span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,310 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Methods</span>
&raquo;
<span class='title'>Virtual</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Methods.Virtual
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;node_modules&#47;codo&#47;spec&#47;_templates&#47;methods&#47;dynamic_methods.coffee</td>
</tr>
</table>
<h2>Overview</h2>
<div class='docstring'>
<p>This class has virtual methods, which doesn&#39;t
exist in the source but appears in the documentation.</p><p>This line should be part of the class description, and the method declaration
shouldn&#39;t have messed it up.</p>
</div>
<div class='tags'>
</div>
<h2>Class Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#get-static'>
.
(Object)
<b>get</b><span>(key)</span>
</a>
</span>
<span class='desc'>
Gets a value
</span>
</li>
</ul>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#set-dynamic'>
#
(void)
<b>set</b><span>(key, value)</span>
</a>
</span>
<span class='desc'>
Sets a value
</span>
</li>
<li>
<span class='signature'>
<a href='#delete-dynamic'>
#
(void)
<b>delete</b><span>({key, passion}, foo = &#39;bar&#39;)</span>
</a>
</span>
<span class='desc'>
Deletes a key from the data.
</span>
</li>
</ul>
<h2>Class Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='get-static'>
.
(Object)
<b>get</b><span>(key)</span>
<br>
</p>
<div class='docstring'>
<p>Gets a value</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>key</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>describe key param </span>
</li>
</ul>
<h3>Returns:</h3>
<ul class='return'>
<li>
<span class='type'></span>
(
<tt>Object</tt>
)
&mdash;
<span class='desc'>describe value param </span>
</li>
</ul>
</div>
</div>
</div>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='set-dynamic'>
#
(void)
<b>set</b><span>(key, value)</span>
<br>
</p>
<div class='docstring'>
<p>Sets a value</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>key</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>describe key param </span>
</li>
<li>
<span class='name'>value</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>describe value param </span>
</li>
</ul>
<h3>
Options Hash:
(value):
</h3>
<ul class='options'>
<li>
<span class='name'>string</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
</li>
<li>
<span class='name'>number</span>
<span class='type'>
(
<tt>Integer</tt>
)
</span>
</li>
<li>
<span class='name'>whatever</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
</li>
</ul>
</div>
</div>
<div class='method_details'>
<p class='signature' id='delete-dynamic'>
#
(void)
<b>delete</b><span>({key, passion}, foo = &#39;bar&#39;)</span>
<br>
</p>
<div class='docstring'>
<p>Deletes a key from the data.</p><p>Another line</p>
<div class='examples'>
<h3>Examples:</h3>
<h4>
Delete a key.
</h4>
<pre><code class='coffeescript'>emv = new Example.Methods.Virtual
emv.set &#39;foo&#39;, &#39;bar&#39;
val = emv.get &#39;foo&#39;
# now, proclaim you&#39;re done with foo.
emv.delete &#39;foo&#39;</code></pre>
</div>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>key</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>describe key param </span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,247 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Overload</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Overload
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;node_modules&#47;codo&#47;spec&#47;_templates&#47;methods&#47;overload_method.coffee</td>
</tr>
</table>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#set-dynamic'>
~
(void)
<b>set</b><span>(key, value)</span>
</a>
</span>
<span class='desc'>
This is a generic Store set method.
</span>
</li>
</ul>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='set-dynamic'>
~
(void)
<b>set</b><span>(key, value)</span>
<br>
~
(Boolean)
<b>set</b><span>(value)</span>
<br>
</p>
<div class='docstring'>
<p>This is a generic Store set method.</p><p>This should be more description for the method itself, and overload
shouldn&#39;t have messed it up.</p>
</div>
<div class='tags'>
<div class='overloads'>
<h3>Overloads:</h3>
<div class='overload'>
<p class='signature'>
~
(void)
<b>set</b><span>(key, value)</span>
</p>
<div class='docstring'>
<p>Sets a value on key</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>key</span>
<span class='type'>
(
<tt>Symbol</tt>
)
</span>
&mdash;
<span class='desc'>describe key param </span>
</li>
<li>
<span class='name'>value</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>describe value param </span>
</li>
<li>
<span class='name'>options</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>the options </span>
</li>
</ul>
<h3>
Options Hash:
(options):
</h3>
<ul class='options'>
<li>
<span class='name'>test</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>the test option </span>
</li>
</ul>
</div>
</div>
<div class='overload'>
<p class='signature'>
~
(Boolean)
<b>set</b><span>(value)</span>
</p>
<div class='docstring'>
<p>Sets a value on the default key <code>:foo</code></p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>value</span>
<span class='type'>
(
<tt>Object</tt>
)
</span>
&mdash;
<span class='desc'>describe value param </span>
</li>
</ul>
<h3>Returns:</h3>
<ul class='return'>
<li>
<span class='type'></span>
(
<tt>Boolean</tt>
)
&mdash;
<span class='desc'>true when success </span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,238 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../../javascript/application.js'></script>
<script src='../../javascript/search.js'></script>
<link rel='stylesheet' href='../../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../../'></div>
<div id='header'>
<div id='menu'>
<a href='../../extra/README.md.html' title='Yatta'>
Yatta
</a>
&raquo;
<a href='../../alphabetical_index.html' title='Index'>
Index
</a>
&raquo;
<span class='title'>Example</span>
&raquo;
<span class='title'>Plant</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Example.Plant
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>node_modules&#47;grunt-codo&#47;test&#47;fixtures&#47;custom&#47;plant.coffee</td>
</tr>
</table>
<h2>Overview</h2>
<div class='docstring'>
<p>Base class for all plants.</p>
<div class='examples'>
<h3>Examples:</h3>
<h4>
How to subclass an plant
</h4>
<pre><code class='coffeescript'>class Tree extends plant
grow: ( speed ) -&gt;</code></pre>
</div>
</div>
<div class='tags'>
</div>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#grow-dynamic'>
#
(void)
<b>grow</b><span>(options = {})</span>
</a>
</span>
<span class='desc'>
Make the plant grow.
</span>
</li>
<li>
<span class='signature'>
<a href='#clone-dynamic'>
#
(void)
<b>clone</b><span>()</span>
</a>
</span>
<span class='desc'>
</span>
</li>
</ul>
<h2>Constructor Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='constructor-dynamic'>
#
(void)
<b>constructor</b><span>(name, birthDate = new Date())</span>
<br>
</p>
<div class='docstring'>
<p>Construct a new plant.</p>
</div>
<div class='tags'>
<h3>Parameters:</h3>
<ul class='param'>
<li>
<span class='name'>name</span>
<span class='type'>
(
<tt>String</tt>
)
</span>
&mdash;
<span class='desc'>the name of the plant </span>
</li>
<li>
<span class='name'>birthDate</span>
<span class='type'>
(
<tt>Date</tt>
)
</span>
&mdash;
<span class='desc'>when the plant was born </span>
</li>
</ul>
</div>
</div>
</div>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='grow-dynamic'>
#
(void)
<b>grow</b><span>(options = {})</span>
<br>
</p>
<div class='docstring'>
<p>Make the plant grow.</p>
<div class='examples'>
<h3>Examples:</h3>
<h4>
Grow a plant
</h4>
<pre><code class='coffeescript'>new Tree( &#39;Yggdrasil&#39; ).grow( 1 )</code></pre>
</div>
</div>
<div class='tags'>
<h3>
Options Hash:
(options):
</h3>
<ul class='options'>
<li>
<span class='name'>speed</span>
<span class='type'>
(
<tt>Number</tt>
)
</span>
&mdash;
<span class='desc'>the growth in cm </span>
</li>
</ul>
</div>
</div>
<div class='method_details'>
<p class='signature' id='clone-dynamic'>
#
(void)
<b>clone</b><span>()</span>
<br>
</p>
</div>
</div>
</div>
<div id='footer'>
August 12, 14 06:33:02 by
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.0.9
&#10034;
Press H to see the keyboard shortcuts
&#10034;
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
&#10034;
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>