diff options
Diffstat (limited to 'Tools/LuaMacro/config.ld')
-rw-r--r-- | Tools/LuaMacro/config.ld | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/LuaMacro/config.ld b/Tools/LuaMacro/config.ld new file mode 100644 index 0000000..40e3744 --- /dev/null +++ b/Tools/LuaMacro/config.ld @@ -0,0 +1,8 @@ +project = 'LuaMacro'
+format = 'markdown'
+new_type("macro","Macros")
+output = 'api'
+alias("p","param")
+file = {
+ 'macro.lua','macro','luam.lua',
+}
|