LDoc2tl/tests/usage/config.ld

11 lines
276 B
Plaintext

project = 'usage'
file = 'usage.lua'
examples='usage.lua'
-- can specify both the Markdown processor
-- and the prettifier - this will use lxsh if available
format='markdown'
pretty='lxsh'
-- suppress @params and the summary at the top
no_return_or_parms=true
no_summary=true