Skip to content

Commit ce26be8

Browse files
author
Nikolai Onken
committed
Docs running again.
1 parent 716330f commit ce26be8

File tree

72 files changed

+240
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+240
-121
lines changed

_layouts/doc.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,24 @@ <h2 class="menuHeading">Overview</h2>
3535
{% endunless %}
3636
{% endfor %}
3737
</ul>
38+
{% for category in site.categories %}
39+
40+
{% endfor %}
3841
<h2 class="menuHeading">API: Modules</h2>
3942
<ul>
40-
{% for p in site.categories.Module %}
43+
{% for p in site.categories.module %}
4144
<li><a {% if p.url == page.url %}class="active"{% endif %} href="{{site.baseurl}}{{p.url}}">{{p.title}}</a></li>
4245
{% endfor %}
4346
</ul>
4447
<h2 class="menuHeading">API: Classes</h2>
4548
<ul>
46-
{% for p in site.categories.Class %}
49+
{% for p in site.categories.class %}
4750
<li><a {% if p.url == page.url %}class="active"{% endif %} href="{{site.baseurl}}{{p.url}}">{{p.title}}</a></li>
4851
{% endfor %}
4952
</ul>
5053
<h2 class="menuHeading">API: Mixins</h2>
5154
<ul>
52-
{% for p in site.categories.Mixin %}
55+
{% for p in site.categories.mixin %}
5356
<li><a {% if p.url == page.url %}class="active"{% endif %} href="{{site.baseurl}}{{p.url}}">{{p.title}}</a></li>
5457
{% endfor %}
5558
</ul>

_posts/processed_jsdoc/2012-01-08-module-path.SpecialAttrPath.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1414,10 +1414,12 @@ <h5>Returns:</h5>
14141414
</dd>
14151415
</dl>
14161416
<h5>Example</h5>
1417-
{% highlight javascript %}myPath.points();
1417+
{% highlight javascript %}
1418+
myPath.points();
14181419
myPath.points(x,y);
14191420
myPath.points([x,y]);
1420-
myPath.points(x, y, x, y, x, y);{% endhighlight %}
1421+
myPath.points(x, y, x, y, x, y);
1422+
{% endhighlight %}
14211423
</dd>
14221424
<dt>
14231425
<h4 class="name" id="quadraticCurveBy"><span class="type-signature"></span>quadraticCurveBy<span class="signature">(cpx, cpy, x, y)</span><span class="type-signature"> &rarr; {this}</span></h4>
@@ -1610,10 +1612,12 @@ <h5>Returns:</h5>
16101612
</dd>
16111613
</dl>
16121614
<h5>Example</h5>
1613-
{% highlight javascript %}myPath.segments();
1615+
{% highlight javascript %}
1616+
myPath.segments();
16141617
myPath.segments('moveTo', 0, 0);
16151618
myPath.segments(['moveTo', 0, 0]);
1616-
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);{% endhighlight %}
1619+
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);
1620+
{% endhighlight %}
16171621
</dd>
16181622
<dt>
16191623
<h4 class="name" id="stroke"><span class="type-signature"></span>stroke<span class="signature">(fill)</span><span class="type-signature"> &rarr; {<a href="Path.html">Path</a>}</span></h4>

_posts/processed_jsdoc/2012-01-08-module-path.Star.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1454,10 +1454,12 @@ <h5>Returns:</h5>
14541454
</dd>
14551455
</dl>
14561456
<h5>Example</h5>
1457-
{% highlight javascript %}myPath.points();
1457+
{% highlight javascript %}
1458+
myPath.points();
14581459
myPath.points(x,y);
14591460
myPath.points([x,y]);
1460-
myPath.points(x, y, x, y, x, y);{% endhighlight %}
1461+
myPath.points(x, y, x, y, x, y);
1462+
{% endhighlight %}
14611463
</dd>
14621464
<dt>
14631465
<h4 class="name" id="quadraticCurveBy"><span class="type-signature"></span>quadraticCurveBy<span class="signature">(cpx, cpy, x, y)</span><span class="type-signature"> &rarr; {this}</span></h4>
@@ -1650,10 +1652,12 @@ <h5>Returns:</h5>
16501652
</dd>
16511653
</dl>
16521654
<h5>Example</h5>
1653-
{% highlight javascript %}myPath.segments();
1655+
{% highlight javascript %}
1656+
myPath.segments();
16541657
myPath.segments('moveTo', 0, 0);
16551658
myPath.segments(['moveTo', 0, 0]);
1656-
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);{% endhighlight %}
1659+
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);
1660+
{% endhighlight %}
16571661
</dd>
16581662
<dt>
16591663
<h4 class="name" id="stroke"><span class="type-signature"></span>stroke<span class="signature">(fill)</span><span class="type-signature"> &rarr; {<a href="Path.html">Path</a>}</span></h4>

_posts/processed_jsdoc/2012-01-09-module-path.Rect.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1442,10 +1442,12 @@ <h5>Returns:</h5>
14421442
</dd>
14431443
</dl>
14441444
<h5>Example</h5>
1445-
{% highlight javascript %}myPath.points();
1445+
{% highlight javascript %}
1446+
myPath.points();
14461447
myPath.points(x,y);
14471448
myPath.points([x,y]);
1448-
myPath.points(x, y, x, y, x, y);{% endhighlight %}
1449+
myPath.points(x, y, x, y, x, y);
1450+
{% endhighlight %}
14491451
</dd>
14501452
<dt>
14511453
<h4 class="name" id="quadraticCurveBy"><span class="type-signature"></span>quadraticCurveBy<span class="signature">(cpx, cpy, x, y)</span><span class="type-signature"> &rarr; {this}</span></h4>
@@ -1638,10 +1640,12 @@ <h5>Returns:</h5>
16381640
</dd>
16391641
</dl>
16401642
<h5>Example</h5>
1641-
{% highlight javascript %}myPath.segments();
1643+
{% highlight javascript %}
1644+
myPath.segments();
16421645
myPath.segments('moveTo', 0, 0);
16431646
myPath.segments(['moveTo', 0, 0]);
1644-
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);{% endhighlight %}
1647+
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);
1648+
{% endhighlight %}
16451649
</dd>
16461650
<dt>
16471651
<h4 class="name" id="stroke"><span class="type-signature"></span>stroke<span class="signature">(fill)</span><span class="type-signature"> &rarr; {<a href="Path.html">Path</a>}</span></h4>

_posts/processed_jsdoc/2012-01-11-module-path.Path.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1496,10 +1496,12 @@ <h5>Returns:</h5>
14961496
</dd>
14971497
</dl>
14981498
<h5>Example</h5>
1499-
{% highlight javascript %}myPath.points();
1499+
{% highlight javascript %}
1500+
myPath.points();
15001501
myPath.points(x,y);
15011502
myPath.points([x,y]);
1502-
myPath.points(x, y, x, y, x, y);{% endhighlight %}
1503+
myPath.points(x, y, x, y, x, y);
1504+
{% endhighlight %}
15031505
</dd>
15041506
<dt>
15051507
<h4 class="name" id="quadraticCurveBy"><span class="type-signature"></span>quadraticCurveBy<span class="signature">(cpx, cpy, x, y)</span><span class="type-signature"> &rarr; {this}</span></h4>
@@ -1680,10 +1682,12 @@ <h5>Returns:</h5>
16801682
</dd>
16811683
</dl>
16821684
<h5>Example</h5>
1683-
{% highlight javascript %}myPath.segments();
1685+
{% highlight javascript %}
1686+
myPath.segments();
16841687
myPath.segments('moveTo', 0, 0);
16851688
myPath.segments(['moveTo', 0, 0]);
1686-
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);{% endhighlight %}
1689+
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);
1690+
{% endhighlight %}
16871691
</dd>
16881692
<dt>
16891693
<h4 class="name" id="stroke"><span class="type-signature"></span>stroke<span class="signature">(fill)</span><span class="type-signature"> &rarr; {<a href="Path.html">Path</a>}</span></h4>

_posts/processed_jsdoc/2012-01-11-module-path.Polygon.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,12 @@ <h5>Returns:</h5>
14321432
</dd>
14331433
</dl>
14341434
<h5>Example</h5>
1435-
{% highlight javascript %}myPath.points();
1435+
{% highlight javascript %}
1436+
myPath.points();
14361437
myPath.points(x,y);
14371438
myPath.points([x,y]);
1438-
myPath.points(x, y, x, y, x, y);{% endhighlight %}
1439+
myPath.points(x, y, x, y, x, y);
1440+
{% endhighlight %}
14391441
</dd>
14401442
<dt>
14411443
<h4 class="name" id="quadraticCurveBy"><span class="type-signature"></span>quadraticCurveBy<span class="signature">(cpx, cpy, x, y)</span><span class="type-signature"> &rarr; {this}</span></h4>
@@ -1628,10 +1630,12 @@ <h5>Returns:</h5>
16281630
</dd>
16291631
</dl>
16301632
<h5>Example</h5>
1631-
{% highlight javascript %}myPath.segments();
1633+
{% highlight javascript %}
1634+
myPath.segments();
16321635
myPath.segments('moveTo', 0, 0);
16331636
myPath.segments(['moveTo', 0, 0]);
1634-
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);{% endhighlight %}
1637+
myPath.segments([ ['moveTo', 0, 0], ['lineTo', 10, 10] ]);
1638+
{% endhighlight %}
16351639
</dd>
16361640
<dt>
16371641
<h4 class="name" id="stroke"><span class="type-signature"></span>stroke<span class="signature">(fill)</span><span class="type-signature"> &rarr; {<a href="Path.html">Path</a>}</span></h4>

_posts/processed_jsdoc/2012-01-17-animation.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<div id="main">
1515
<section>
1616
<article>
17-
<pre class="prettyprint source"><code>/** @module animation */
17+
{% highlight javascript %}
18+
/** @module animation */
1819
define([
1920
'./keyframe_animation'
2021
], function(KeyframeAnimation) {

_posts/processed_jsdoc/2012-01-17-arc.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<div id="main">
1717
<section>
1818
<article>
19-
<pre class="prettyprint source"><code>define([
19+
{% highlight javascript %}
20+
define([
2021
'./path',
2122
'./special_attr_path',
2223
'../../tools'

_posts/processed_jsdoc/2012-01-17-asset_controller.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>/**
15+
{% highlight javascript %}
16+
/**
1617
* Contains the Asset controller
1718
*
1819
* @exports AssetController

_posts/processed_jsdoc/2012-01-17-asset_display_object.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'../tools',
1718
'./display_object',
1819
'../asset/asset_request'

_posts/processed_jsdoc/2012-01-17-asset_loader.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'../event_emitter',
1718
'../tools'
1819
], function(EventEmitter, tools) {

_posts/processed_jsdoc/2012-01-17-audio.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'./media_display_object'
1718
], function(MediaDisplayObject) {
1819
'use strict';

_posts/processed_jsdoc/2012-01-17-base_filter.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([], function() {
15+
{% highlight javascript %}
16+
define([], function() {
1617
'use strict';
1718
/**
1819
* The filter module contains classes and factories for the various filters

_posts/processed_jsdoc/2012-01-17-bitmap.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'./asset_display_object',
1718
'../tools',
1819
'../point'

_posts/processed_jsdoc/2012-01-17-builtin.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>/**
15+
{% highlight javascript %}
16+
/**
1617
* This module contains the Filter class.
1718
*
1819
* @exports filter

_posts/processed_jsdoc/2012-01-17-circle.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<div id="main">
1717
<section>
1818
<article>
19-
<pre class="prettyprint source"><code>define([
19+
{% highlight javascript %}
20+
define([
2021
'./path',
2122
'./special_attr_path',
2223
'../../tools'

_posts/processed_jsdoc/2012-01-17-color.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'./tools',
1718
'./color_map'
1819
],

_posts/processed_jsdoc/2012-01-17-curved_path.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'../../point',
1718
'../../tools'
1819
], function(Point, tools) {

_posts/processed_jsdoc/2012-01-17-display_list.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'../tools',
1718
'./display_object'
1819
], function(tools, DisplayObject) {

_posts/processed_jsdoc/2012-01-17-display_object.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<div id="main">
1717
<section>
1818
<article>
19-
<pre class="prettyprint source"><code>define([
19+
{% highlight javascript %}
20+
define([
2021
'../event_emitter',
2122
'../tools',
2223
'./matrix',

_posts/processed_jsdoc/2012-01-17-ellipse.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<div id="main">
1717
<section>
1818
<article>
19-
<pre class="prettyprint source"><code>define([
19+
{% highlight javascript %}
20+
define([
2021
'./path',
2122
'./special_attr_path',
2223
'../../tools'

_posts/processed_jsdoc/2012-01-17-event.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define(function() {
15+
{% highlight javascript %}
16+
define(function() {
1617
'use strict';
1718
var eventTypeMap = {
1819
click: 'click',

_posts/processed_jsdoc/2012-01-17-event_emitter.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'./tools'
1718
], function(tools) {
1819
'use strict';

_posts/processed_jsdoc/2012-01-17-font_family.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'../tools',
1718
'../asset/asset_request',
1819
'../event_emitter'

_posts/processed_jsdoc/2012-01-17-global.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ <h5>Returns:</h5>
109109
</dd>
110110
</dl>
111111
<h5>Example</h5>
112-
{% highlight javascript %}myVideo.request();
112+
{% highlight javascript %}
113+
myVideo.request();
113114
myVideo.request('../myMovie.mp4');
114115
myVideo.request('http://www.movieCenter.com/myMovie.mp4');
115116
myShape.request([
@@ -125,7 +126,8 @@ <h5>Example</h5>
125126
});
126127
or in case of an image
127128
myBitmap.request();
128-
myBitmap.request('../myImage.jpg');{% endhighlight %}
129+
myBitmap.request('../myImage.jpg');
130+
{% endhighlight %}
129131
</dd>
130132
<dt>
131133
<h4 class="name" id="request"><span class="type-signature"></span>request<span class="signature">(aRequest)</span><span class="type-signature"> &rarr; {<a href="Bitmap.html">Bitmap</a>|AssetRequest}</span></h4>

_posts/processed_jsdoc/2012-01-17-gradient.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>/**
15+
{% highlight javascript %}
16+
/**
1617
* A module for creating linear and radial gradients
1718
* @module gradient
1819
*/

_posts/processed_jsdoc/2012-01-17-group.js.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<div id="main">
1313
<section>
1414
<article>
15-
<pre class="prettyprint source"><code>define([
15+
{% highlight javascript %}
16+
define([
1617
'./display_object',
1718
'./display_list',
1819
'../tools'

0 commit comments

Comments
 (0)