From 62b74d00544f71791a5b53194637265afe968686 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 14 Sep 2013 21:47:11 +0200 Subject: APIDump: Added a simple header to the class index. --- MCServer/Plugins/APIDump/main.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MCServer/Plugins/APIDump/main.lua b/MCServer/Plugins/APIDump/main.lua index 758df8341..68c8b63bc 100644 --- a/MCServer/Plugins/APIDump/main.lua +++ b/MCServer/Plugins/APIDump/main.lua @@ -193,14 +193,15 @@ function DumpAPIHtml() f:write([[MCServer API - class index - +

MCServer API - class index

+

The following classes are available in the MCServer Lua scripting language:

"); + f:write("

"); f:close(); -- Copy the CSS file to the output folder (overwrite any existing): -- cgit v1.2.3