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

Commit

Permalink
Added @see tag to doc strings. Removed @constructor from classes, cha…
Browse files Browse the repository at this point in the history
…nged @extends to @Augments, class names are with @name and designated with the @Class tag.
  • Loading branch information
Billy Lamberta committed Oct 9, 2010
1 parent 127e3f5 commit fd36674
Show file tree
Hide file tree
Showing 51 changed files with 2,899 additions and 1,171 deletions.
1,834 changes: 954 additions & 880 deletions build/doodle-debug.js

Large diffs are not rendered by default.

87 changes: 43 additions & 44 deletions build/doodle.js

Large diffs are not rendered by default.

246 changes: 142 additions & 104 deletions build/majdoc

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/make-doodle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ function build_full {

cat ./src/eventdispatcher.js >> "$DEBUG_OUT_FILE"
cat ./src/node.js >> "$DEBUG_OUT_FILE"
cat ./src/graphics.js >> "$DEBUG_OUT_FILE"

cat ./src/sprite.js >> "$DEBUG_OUT_FILE"
cat ./src/graphics.js >> "$DEBUG_OUT_FILE"

cat ./src/elementnode.js >> "$DEBUG_OUT_FILE"
cat ./src/layer.js >> "$DEBUG_OUT_FILE"
Expand Down
Loading

0 comments on commit fd36674

Please sign in to comment.