1-- Settings for ldoc for documenting the API
2add_language_extension("cc", "c")
3
4-- LDoc is insane and demands that config.ld be in the root of the lua to be
5-- documented
6-- Also the order matters here for the table of contents order.
7file = {
8"../clua.cc",
9"../dat/dlua/userbase.lua",
10"../l-colour.cc",
11"../l-crawl.cc",
12"../l-debug.cc",
13"../l-dgn.cc",
14"../l-dgnbld.cc",
15"../l-dgnevt.cc",
16"../l-dgngrd.cc",
17"../l-dgnit.cc",
18"../l-dgnlvl.cc",
19"../l-dgnmon.cc",
20"../l-dgntil.cc",
21"../l-feat.cc",
22"../l-file.cc",
23"../l-global.cc",
24"../l-item.cc",
25"../dat/dlua/iter.lua",
26"../l-los.cc",
27"../dat/dlua/macro.lua",
28"../l-mapgrd.cc",
29"../l-mapmrk.cc",
30"../l-mons.cc",
31"../l-moninf.cc",
32"../l-option.cc",
33"../l-spells.cc",
34"../l-subvault.cc",
35"../l-travel.cc",
36"../l-view.cc",
37"../dat/dlua/util.lua",
38"../l-wiz.cc",
39"../l-you.cc",
40"../dat/dlua/init.lua",
41}
42title = "Crawl Lua API"
43project = "crawllua"
44sort = true
45no_lua_ref = true
46merge = true
47format = "markdown"
48wrap = true
49