From 9e196581c228542115cbe268bd529d1f439a547f Mon Sep 17 00:00:00 2001 From: Foereaper Date: Mon, 22 Dec 2014 06:25:05 +0100 Subject: [PATCH] Added temporary link to LuaFunctions documentation --- docs/ElunaDoc/templates/method.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ElunaDoc/templates/method.html b/docs/ElunaDoc/templates/method.html index 40d7d04..77642d2 100644 --- a/docs/ElunaDoc/templates/method.html +++ b/docs/ElunaDoc/templates/method.html @@ -35,6 +35,7 @@ {{ current_method.description|parse_links }} {%- else %}

This method is undocumented. Use at your own risk.

+

For temporary documentation, please check the LuaFunctions source file.

{%- endif %}

@@ -82,4 +83,4 @@ {%- endif %}

-{% endblock %} \ No newline at end of file +{% endblock %}