LDoc2tl/ldoc/config.ld

12 lines
300 B
Plaintext
Raw Normal View History

2012-03-23 13:21:43 +01:00
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'