2013-03-05 16:57:55 +01:00
|
|
|
project = 'usage'
|
|
|
|
file = 'usage.lua'
|
2013-03-07 12:09:48 +01:00
|
|
|
examples='usage.lua'
|
2013-03-08 12:40:59 +01:00
|
|
|
-- can specify the Markdown processor (falls back to markdown.lua)
|
2013-03-05 16:57:55 +01:00
|
|
|
format='markdown'
|
2013-03-08 12:40:59 +01:00
|
|
|
-- if you don't use markdown you may wish for backticks to be
|
|
|
|
-- expanded if they enclose a reference.
|
|
|
|
backtick_references = true
|
|
|
|
-- and the prettifier - this will use lxsh _if_ available
|
2013-03-07 12:09:48 +01:00
|
|
|
pretty='lxsh'
|
|
|
|
-- suppress @params and the summary at the top
|
2013-03-05 16:57:55 +01:00
|
|
|
no_return_or_parms=true
|
|
|
|
no_summary=true
|
2013-05-15 15:30:47 +02:00
|
|
|
not_luadoc=true
|
|
|
|
|