Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
Added initial Graphics docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Lamberta committed Oct 8, 2010
1 parent 3c63c1a commit 7fb16d5
Show file tree
Hide file tree
Showing 27 changed files with 626 additions and 46 deletions.
4 changes: 3 additions & 1 deletion build/majdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ CLASS_SRC['Node']="$SRC_HOME/node.js"
CLASS_INHERITS['Node']='EventDispatcher:Object'
CLASS_SRC['Sprite']="$SRC_HOME/sprite.js"
CLASS_INHERITS['Sprite']='Node:EventDispatcher:Object'
CLASS_SRC['Graphics']="$SRC_HOME/graphics.js"
CLASS_INHERITS['Graphics']='Object'

CLASS_SRC['ElementNode']="$SRC_HOME/elementnode.js"
CLASS_INHERITS['ElementNode']='Node:EventDispatcher:Object'
Expand Down Expand Up @@ -365,7 +367,7 @@ function print_examples_list {
fi
done
IFS="$_ifs"
throws_list="$examples_list\n</ul>"
examples_list="$examples_list\n</ul>"
fi
echo -e "$examples_list"
}
Expand Down
2 changes: 2 additions & 0 deletions doc/api/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Event</li>
<li>EventDispatcher</li>
<li>GradientType</li>
<li>Graphics</li>
<li>Keyboard</li>
<li>KeyboardEvent</li>
<li>Layer</li>
Expand Down Expand Up @@ -83,6 +84,7 @@ <h3>Examples</h3>
var display = doodle.Display(function () {<br/> &nbsp; this.width = 400;<br/> });
</samp>
</li>
</ul>
</details>
</dd>
</dl>
Expand Down
1 change: 1 addition & 0 deletions doc/api/elementnode.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Event</li>
<li>EventDispatcher</li>
<li>GradientType</li>
<li>Graphics</li>
<li>Keyboard</li>
<li>KeyboardEvent</li>
<li>Layer</li>
Expand Down
1 change: 1 addition & 0 deletions doc/api/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Event</li>
<li>EventDispatcher</li>
<li>GradientType</li>
<li>Graphics</li>
<li>Keyboard</li>
<li>KeyboardEvent</li>
<li>Layer</li>
Expand Down
1 change: 1 addition & 0 deletions doc/api/eventdispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Event</li>
<li>EventDispatcher</li>
<li>GradientType</li>
<li>Graphics</li>
<li>Keyboard</li>
<li>KeyboardEvent</li>
<li>Layer</li>
Expand Down
1 change: 1 addition & 0 deletions doc/api/gradienttype.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Event</li>
<li>EventDispatcher</li>
<li>GradientType</li>
<li>Graphics</li>
<li>Keyboard</li>
<li>KeyboardEvent</li>
<li>Layer</li>
Expand Down
Loading

0 comments on commit 7fb16d5

Please sign in to comment.