diff options
author | madmaxoft <github@xoft.cz> | 2013-10-09 10:24:24 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-09 10:24:24 +0200 |
commit | 27ce6dd97e3979a36318cea28e64c6a9029dbd99 (patch) | |
tree | 5dc9e6714854b7f134e8faca3791fd5d10c3c38c /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Taking advantage of the new cFile API. (diff) | |
download | cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.gz cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.bz2 cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.lz cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.xz cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.tar.zst cuberite-27ce6dd97e3979a36318cea28e64c6a9029dbd99.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 6578e6d8b..7bef7bcfd 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -2063,6 +2063,12 @@ World:ForEachEntity( "ReadDescriptions", "WriteHtmlClass", }, + + ExtraPages = + { + -- No sorting is provided for these, they will be output in the same order as defined here + { FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" }, + } } ; |