blob: a979f8385e7ad2c00a52a2a1fb3f0766f1ac9929 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- 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
not_luadoc=true
file={
"../../vis-lua.c",
"../vis.lua",
}
|