-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ld
More file actions
31 lines (24 loc) · 890 Bytes
/
config.ld
File metadata and controls
31 lines (24 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--------------------------------------------------------------------
project = 'Mock'
title = 'Mock API Documentation'
description = 'A game framework for MOAI'
--------------------------------------------------------------------
-- new_type("member","Member", false, "field")
new_type("enum","Enum")
sort = true
alias( 'p', {'param', modifiers={type="$1"}} )
alias( 'ret',{'return',modifiers={type="$1"}} )
merge = true
format = 'discount'
backtick_references = false
no_lua_ref = true
--------------------------------------------------------------------
kind_names = {topic = 'Manual',script = 'Programs'}
style = '!pale'
--------------------------------------------------------------------
dir = 'doc'
readme = 'README.md'
file = {
'mock/core'
}
-- examples = {}