blob: b775eed37783cb37c77c312a8c3e4f0b95eb1f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
project='LDoc'
title='LDoc documentation'
description='A Lua documentation tool'
format='discount'
backtick_references=false
file='../ldoc.lua'
dir='../out'
readme='doc.md'
style='!new'
kind_names={topic='Manual',script='Programs'}
examples = {
'../tests/styles/colon.lua',
'../tests/styles/four.lua',
'../tests/styles/three.lua',
'../tests/styles/multiple.lua',
'../tests/example/mylib.c',
'../tests/moonscript/List.moon',
}
|