2013-04-13 15:44:27 +02:00
|
|
|
project='LDoc'
|
|
|
|
title='LDoc documentation'
|
|
|
|
description='A Lua documentation tool'
|
|
|
|
format='discount'
|
2013-08-20 14:57:41 +02:00
|
|
|
backtick_references=false
|
2013-04-13 15:44:27 +02:00
|
|
|
file='../ldoc.lua'
|
|
|
|
dir='../out'
|
|
|
|
readme='doc.md'
|
2013-08-27 14:16:21 +02:00
|
|
|
style='!pale'
|
2013-08-25 14:28:57 +02:00
|
|
|
examples = {
|
|
|
|
'../tests/styles/colon.lua',
|
|
|
|
'../tests/styles/four.lua',
|
|
|
|
'../tests/styles/three.lua',
|
2013-08-25 19:38:01 +02:00
|
|
|
'../tests/styles/multiple.lua',
|
2013-08-25 14:28:57 +02:00
|
|
|
'../tests/example/mylib.c',
|
|
|
|
'../tests/moonscript/List.moon',
|
|
|
|
}
|
2013-08-23 13:50:34 +02:00
|
|
|
|