From 990fa9dfe1f60728979896262da1d4d45a3d05a3 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 12 Oct 2013 11:44:59 +0200 Subject: APIDump: Hook notes are linkified. --- MCServer/Plugins/APIDump/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins/APIDump') diff --git a/MCServer/Plugins/APIDump/main.lua b/MCServer/Plugins/APIDump/main.lua index bb8de1d1b..9865f4cf1 100644 --- a/MCServer/Plugins/APIDump/main.lua +++ b/MCServer/Plugins/APIDump/main.lua @@ -241,7 +241,7 @@ function DumpAPIHtml() f:write("" .. hook.Name .. "(No documentation yet)\n"); table.insert(UndocumentedHooks, hook.Name); else - f:write("" .. hook.Name .. "" .. hook.CalledWhen .. "\n"); + f:write("" .. hook.Name .. "" .. LinkifyString(hook.CalledWhen) .. "\n"); WriteHtmlHook(hook); end end -- cgit v1.2.3