Codebase list lua-ldoc / lintian-fixes/main doc / config.ld
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

config.ld @lintian-fixes/mainraw · history · blame

project='LDoc'
title='LDoc documentation'
description='A Lua documentation tool'
format='discount'
backtick_references=false
file='../ldoc.lua'
dir='../out'
readme='doc.md'
style='!pale'
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',
}