aboutsummaryrefslogtreecommitdiff
path: root/luadoc/config.ld
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-06 20:10:05 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-06 20:10:43 +0100
commite552275e65b8fbb52742453904641c14b50ce9a6 (patch)
tree14bca59c066d7b411e2e84afb366c33310a37f9d /luadoc/config.ld
parent960cd1c7c84c4573f99d4e389548183ebbdc4f35 (diff)
downloadvis-e552275e65b8fbb52742453904641c14b50ce9a6.tar.gz
vis-e552275e65b8fbb52742453904641c14b50ce9a6.tar.xz
vis-lua: more extensive Lua API documentation
Diffstat (limited to 'luadoc/config.ld')
-rw-r--r--luadoc/config.ld14
1 files changed, 14 insertions, 0 deletions
diff --git a/luadoc/config.ld b/luadoc/config.ld
new file mode 100644
index 0000000..8567a89
--- /dev/null
+++ b/luadoc/config.ld
@@ -0,0 +1,14 @@
+-- Configuration file for Luadoc API generation
+project="Vis Editor"
+title="Vis Editor Lua API documentation"
+format="markdown"
+style="!fixed"
+dir="."
+sort=true
+merge=true
+no_space_before_args=true
+file={
+ "../vis-lua.c",
+ "../vis.lua",
+}
+ \ No newline at end of file