File: config.ld

package info (click to toggle)
lua-ldoc 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: makefile: 63; ansic: 56
file content (22 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project = "LDoc"
title = "LDoc documentation"
description = "A Lua documentation tool"
format = "discount"
backtick_references = false
file = "ldoc.lua"
dir = "public"
readme = "manual.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",
}
-- vim: ft=lua