1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-06-08 05:42:06 +00:00

Generate docs for generic peripherals

This was the easy bit. Now I've got to write them!
This commit is contained in:
SquidDev
2020-12-10 22:16:49 +00:00
parent bb8f4c624b
commit 05c3c8ad32
5 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -123,7 +123,7 @@ dependencies {
deployerJars "org.apache.maven.wagon:wagon-ssh:3.0.0"
cctJavadoc 'cc.tweaked:cct-javadoc:1.2.1'
cctJavadoc 'cc.tweaked:cct-javadoc:1.3.0'
}
// Compile tasks
@@ -346,6 +346,7 @@ task illuaminateDocs(type: Exec, dependsOn: [minifyWeb, luaJavadoc]) {
inputs.files(fileTree("doc")).withPropertyName("docs")
inputs.files(fileTree("src/main/resources/data/computercraft/lua/rom")).withPropertyName("lua rom")
inputs.file("illuaminate.sexp").withPropertyName("illuaminate.sexp")
inputs.dir("$buildDir/docs/luaJavadoc")
inputs.file("$buildDir/rollup/index.min.js").withPropertyName("scripts")
inputs.file("src/web/styles.css").withPropertyName("styles")
outputs.dir("$buildDir/docs/lua")