File: config.ld

package info (click to toggle)
lua-ldoc 1.4.3-5%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 912 kB
  • ctags: 748
  • sloc: ansic: 56; makefile: 55
file content (14 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (5)
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")