Skip to content

Commit

Permalink
Documented all of the sounds functions
Browse files Browse the repository at this point in the history
  • Loading branch information
walterhiggins committed Oct 15, 2017
1 parent 6f03493 commit 8d2376c
Show file tree
Hide file tree
Showing 9 changed files with 944 additions and 101 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,18 @@
out="${dist}/items.md"
err="${dist}/gen-items-error.log" />

<jscript src="src/docs/js/generateSoundsDoc.js"
out="${dist}/sounds.md"
err="${dist}/gen-sounds-error.log" />

<jscript src="src/docs/js/generateEntitiesDoc.js"
out="${dist}/entities.md"
err="${dist}/gen-entities-error.log" />

<concat destfile="${dist}/apiref-con.md">
<fileset file="${dist}/apiref.md" />
<fileset file="${dist}/items.md" />
<fileset file="${dist}/sounds.md" />
<fileset file="${dist}/entities.md" />
</concat>

Expand Down
Loading

0 comments on commit 8d2376c

Please sign in to comment.