Documentation first draft

This commit is contained in:
Mat Groves 2013-02-24 17:12:35 +00:00
parent 5786d33f94
commit 0558060de2
65 changed files with 2106 additions and 423 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>CanvasRenderer - The Foo API</title>
<title>CanvasRenderer - Pixi.js API</title>
<link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0pr2&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css">
<link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles">
@ -15,11 +15,11 @@
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="..&#x2F;assets/css/logo.png" title="The Foo API"></h1>
<h1><img src="..&#x2F;logo_small.png" title="Pixi.js API"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.2.1</em>
<em>API Docs for: 0.9</em>
</div>
</div>
<div id="bd" class="yui3-g">
@ -134,7 +134,7 @@
<div class="box intro">
<p>the CanvasRenderer is draws the stage and all its content onto a 2d canvas. This renderer should be used for browsers that do not support webGL.
<p>the CanvasRenderer draws the stage and all its content onto a 2d canvas. This renderer should be used for browsers that do not support webGL.
Dont forget to add the view to your DOM or you will not see anything :)</p>
</div>
@ -265,7 +265,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;pixi_renderers_CanvasRenderer.js.html#l54"><code>pixi&#x2F;renderers&#x2F;CanvasRenderer.js:54</code></a>
<a href="..&#x2F;files&#x2F;pixi_renderers_CanvasRenderer.js.html#l53"><code>pixi&#x2F;renderers&#x2F;CanvasRenderer.js:53</code></a>
</p>
@ -341,7 +341,7 @@ Dont forget to add the view to your DOM or you will not see anything :)</p>
<a href="..&#x2F;files&#x2F;pixi_renderers_CanvasRenderer.js.html#l43"><code>pixi&#x2F;renderers&#x2F;CanvasRenderer.js:43</code></a>
<a href="..&#x2F;files&#x2F;pixi_renderers_CanvasRenderer.js.html#l42"><code>pixi&#x2F;renderers&#x2F;CanvasRenderer.js:42</code></a>
</p>