File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/java/ch/njol/skript/doc Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Njol's Skript. It is supported for **Spigot** (not Bukkit) versions for
99Minecraft 1.9-1.10. Other versions might work, but no guarantees.
1010
1111## Documentation
12- We have new Skript documentation coming soon. It is not up yet, but in few days
13- or weeks, it will!
12+ Documentation is available [ here ] ( http://bensku.github.io/ Skript/ ) for latest
13+ version of Skript.
1414
1515## Reporting Issues
1616You should use Github [ issue tracker] ( https://github.com/bensku/Skript/issues )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <h1>Functions</h1>
22
33< p class ="box ">
44 These functions are defined by Skript. You may also create your own functions!
5- Tutorial for doing so is planned, right now you need to seek it elsewhere.
5+ Tutorial for doing so is planned, but right now you need to seek it elsewhere.
66</ p >
77
88${generate functions desc_full.html}
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ public void generate() {
140140 }
141141 } else if (genType .equals ("classes" )) {
142142 for (ClassInfo <?> info : Classes .getClassInfos ()) {
143+ if (ClassInfo .NO_DOC .equals (info .getDocName ()))
144+ continue ;
143145 assert info != null ;
144146 generated += generateClass (descTemp , info );
145147 }
You can’t perform that action at this time.
0 commit comments