-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweaver.ini
63 lines (42 loc) · 813 Bytes
/
weaver.ini
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[@CorePrep]
[-SingleEncoding]
[-Transformer / TF_CAPI]
; in inc/
transformer = TF_CAPI
[-Transformer / TF_Sig]
; in inc/
transformer = TF_Sig
[-Transformer / List]
transformer = List
[Name]
[AllowOverride / NameOverride]
header_re = ^NAME$
; [Version]
[Region / prelude]
[Region / badges]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Generic / OVERVIEW]
[Collect / TYPES]
command = type
[Collect / CONSTANTS]
command = constant
[Collect / CONSTRUCTORS]
command = construct
[Collect / ATTRIBUTES]
command = attr
[Collect / CLASS METHODS]
command = classmethod
[Collect / METHODS]
command = method
[Collect / FUNCTIONS]
command = func
[Collect / OPERATORS]
command = operator
[Collect / DESTRUCTORS]
command = destruct
[Leftovers]
[Generic / SEE ALSO]
[Region / postlude]
[Authors]
[Legal]