File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 5
5
{{ /if }}
6
6
7
7
{{ #if description }}
8
- >{{ description }}
8
+ > {{ description }}
9
9
{{ /if }}
10
10
11
- {{ #each files }}{{ #each methods }}
11
+ {{ #each files }}
12
12
13
- ## {{ name }} ({{ params }} ) {{ #if isPrivate }} *private method*{{ /if }}
13
+ ### {{ name }}
14
+
15
+ {{ #each methods }}
16
+
17
+ #### {{ name }} ({{ params }} ) {{ #if isPrivate }} *private method*{{ /if }}
14
18
15
19
{{{ description }}}
16
20
17
21
{{{ body }}}
18
22
19
23
{{ #if tags.param }}
20
24
21
- ### Parameters
25
+ ##### Parameters
22
26
23
27
{{ #each tags.param }}
24
28
- **{{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional*{{ /if }} {{{ description }}}
28
32
29
33
{{ #if tags.property }}
30
34
31
- ### Properties
35
+ ##### Properties
32
36
33
37
{{ #each tags.property }}
34
38
- **{{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional*{{ /if }} {{{ description }}}
38
42
39
43
{{ #if tags.example }}
40
44
41
- ### Examples
45
+ ##### Examples
42
46
43
47
{{ #each tags.example }}
44
48
```javascript
48
52
49
53
{{ /if }}
50
54
51
- ### Returns
55
+ ##### Returns
52
56
53
57
{{ #if tags.return }}
54
58
62
66
63
67
{{ /if }}
64
68
65
- {{ /each }}{{ /each }}
69
+ {{ /each }}
70
+
71
+ {{ /each }}
66
72
67
73
*Documentation generated with [doxdox](https://github.com/neogeek/doxdox).*
You can’t perform that action at this time.
0 commit comments