From e87b06ee0fe2a588b72a356bbb8378899365d626 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 5 Jul 2020 17:18:56 -0400 Subject: Add rockspec Add a rockspec and move the files around so that luarocks can install it correctly --- func.etlua | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 func.etlua (limited to 'func.etlua') diff --git a/func.etlua b/func.etlua deleted file mode 100644 index f639603..0000000 --- a/func.etlua +++ /dev/null @@ -1,43 +0,0 @@ - -
-

- <%- name %>( - <% for n, param in pairs(data.params) do %> - <% if param.optional then %>[<% end %> - <% if n ~= 1 then %>,<% end %> - <%- param.type %> <%- param.name %> - <% if param.optional then %>]<% end %> - <% end %> - ) -

-

<%- data.short_desc %> -

<%- data.desc %> - <% if #data.params > 0 then %> -

Parameters
- - <% end %> - <% if #data.returns > 0 then %> -
Returns
- - <% end %> -

Defined at <%- data.file %>:<%- data.line %> -

- -- cgit v1.2.3-70-g09d2