Skip to content

Commit ecc2d91

Browse files
committed
swapping canarymod 1.7.10-1.1.3 for 1.8.0-1.2.0 and added contrib notes to top of generated docs
1 parent c21be34 commit ecc2d91

4 files changed

+126
-45
lines changed

build.xml

+15-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<property name="src.bukkit" location="src/main/java/bukkit"/>
1212

1313
<!-- compiles against these libraries -->
14-
<property name="lib.canary" location="lib/CanaryMod-1.7.10-1.1.3-SNAPSHOT-shaded.jar"/>
15-
<!-- property name="lib.bukkit" location="lib/bukkit-1.7.9-R0.2.jar"/ -->
14+
<property name="lib.canary" location="lib/CanaryMod-1.8.0-1.2.0-SNAPSHOT-shaded.jar"/>
1615
<property name="lib.bukkit" location="lib/bukkit-1.7.10-R0.1-SNAPSHOT.jar"/>
1716

1817
<property name="build" location="target/classes"/>
@@ -127,7 +126,13 @@
127126
<target name="construct-api-ref" depends="gen-toc-apiref,init">
128127

129128
<concat destfile="docs/API-Reference.md">
130-
<header filtering="no" trimleading="yes"># ScriptCraft API Reference
129+
<header filtering="no" trimleading="yes">&lt;!--
130+
IMPORTANT NOTE FOR CONTRIBUTORS
131+
-------------------------------
132+
Contributors: This file is generated from comments in javascript source files src/main/js/*
133+
If you would like to make changes, change the comments in the src/main/js/* files instead.
134+
--&gt;
135+
# ScriptCraft API Reference
131136

132137
Walter Higgins
133138

@@ -160,7 +165,13 @@ Walter Higgins
160165
<!-- Piece together the Young persons' guide from template and generated table of contents -->
161166
<target name="construct-ypgpm" depends="gen-toc-ypgpm,init">
162167
<concat destfile="docs/YoungPersonsGuideToProgrammingMinecraft.md">
163-
<header filtering="no" trimleading="yes"># The Young Person's Guide to Programming in Minecraft
168+
<header filtering="no" trimleading="yes">&lt;!--
169+
IMPORTANT NOTE FOR CONTRIBUTORS
170+
-------------------------------
171+
Contributors: This file is generated from source file src/docs/templates/ypgpm.md
172+
If you would like to make changes, change file src/docs/templates/ypgpm.md instead
173+
--&gt;
174+
# The Young Person's Guide to Programming in Minecraft
164175
</header>
165176
<fileset file="${dist}/toc-ypgpm.md" />
166177
<fileset file="src/docs/templates/ypgpm.md" />

0 commit comments

Comments
 (0)