forked from cocos-creator/firedoc-2.x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.js
78 lines (78 loc) · 2.01 KB
/
api.js
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
window.apimeta = {
"enums": [],
"classes": [
{
"name": "AST",
"namespace": "firedoc.AST",
"module": "firedoc",
"description": "The AST(Abstract syntax tree) of the comment"
},
{
"name": "BuilderContext",
"namespace": "firedoc.BuilderContext",
"module": "firedoc",
"description": "The Builder Context"
},
{
"name": "DocParser",
"namespace": "firedoc.DocParser",
"module": "firedoc",
"description": ""
},
{
"name": "DocView",
"namespace": "firedoc.DocView",
"module": "firedoc",
"description": "View class borrowed from [Selleck](https://github.com/rgrove/selleck)\nThe view class is a **`handlebars`** template helper."
},
{
"name": "Firedoc",
"namespace": "firedoc.Firedoc",
"module": "firedoc",
"description": "Firedoc main class"
},
{
"name": "Locals",
"namespace": "firedoc.Locals",
"module": "firedoc",
"description": "The Theme Locals"
},
{
"name": "ParserContext",
"namespace": "firedoc.ParserContext",
"module": "firedoc",
"description": "The ParserContext"
}
],
"modules": [
{
"name": "digesters",
"namespace": "firedoc.digesters",
"module": "firedoc",
"description": "A map of the default tag processors, keyed by the\ntag name. Multiple tags can use the same digester\nby supplying the string name that points to the\nimplementation rather than a function."
},
{
"name": "firedoc",
"namespace": "firedoc",
"description": "The firedoc module"
},
{
"name": "helpers",
"namespace": "firedoc.helpers",
"module": "firedoc",
"description": "The helpers module"
},
{
"name": "tags",
"namespace": "firedoc.tags",
"module": "firedoc",
"description": ""
},
{
"name": "utils",
"namespace": "firedoc.utils",
"module": "firedoc",
"description": "Utilities modules"
}
]
}