summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/example/config.ld
blob: f0d8a38690fd5a27ec12c41177768a2cea2592a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- ldoc configuration file
title = "testmod docs"
project = "testmod"

description = [[
This description applies to the project as a whole.
]]

alias("p","param")

file = {'mod1.lua','modtest.lua','mylib.c'}

new_type("macro","Macros")