summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/ldoc/config.ld
blob: 9c220baabd75b52fa23649699d6875023e177d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
project = 'Lua'
description = 'Lua Standard Libraries'
full_description = [[
These are the built-in libraries of Lua 5.1

Plus documentation for lpeg and luafilesystem.
]]
file = {'builtin',exclude = {'builtin/globals.lua'}}
no_summary = true
no_return_or_parms = true
format = 'discount'