Documentation first draft
This commit is contained in:
parent
5786d33f94
commit
0558060de2
65 changed files with 2106 additions and 423 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Texture - The Foo API</title>
|
||||
<title>Texture - Pixi.js API</title>
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/3.8.0pr2/build/cssgrids/cssgrids-min.css">
|
||||
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
|
||||
<link rel="stylesheet" href="../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="../assets/css/logo.png" title="The Foo API"></h1>
|
||||
<h1><img src="../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">
|
||||
|
@ -286,7 +286,7 @@
|
|||
</li>
|
||||
|
||||
<li class="index-item method">
|
||||
<a href="#method_fromFrameId">fromFrameId</a>
|
||||
<a href="#method_fromFrame">fromFrame</a>
|
||||
|
||||
|
||||
|
||||
|
@ -461,8 +461,8 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div id="method_fromFrameId" class="method item">
|
||||
<h3 class="name"><code>fromFrameId</code></h3>
|
||||
<div id="method_fromFrame" class="method item">
|
||||
<h3 class="name"><code>fromFrame</code></h3>
|
||||
|
||||
|
||||
<div class="args">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue