Skip to content

Commit 8d2376c

Browse files
committed
Documented all of the sounds functions
1 parent 6f03493 commit 8d2376c

9 files changed

+944
-101
lines changed

build.xml

+5
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,18 @@
9494
out="${dist}/items.md"
9595
err="${dist}/gen-items-error.log" />
9696

97+
<jscript src="src/docs/js/generateSoundsDoc.js"
98+
out="${dist}/sounds.md"
99+
err="${dist}/gen-sounds-error.log" />
100+
97101
<jscript src="src/docs/js/generateEntitiesDoc.js"
98102
out="${dist}/entities.md"
99103
err="${dist}/gen-entities-error.log" />
100104

101105
<concat destfile="${dist}/apiref-con.md">
102106
<fileset file="${dist}/apiref.md" />
103107
<fileset file="${dist}/items.md" />
108+
<fileset file="${dist}/sounds.md" />
104109
<fileset file="${dist}/entities.md" />
105110
</concat>
106111

0 commit comments

Comments
 (0)