@@ -15,7 +15,9 @@ Format string as name.
15
15
16
16
##### Parameters
17
17
18
- - ** contents** ` String ` String to format.
18
+ | Name | Type | Description | |
19
+ | ---- | ---- | ----------- | -------- |
20
+ | contents | ` String ` | String to format. |   ; |
19
21
20
22
21
23
@@ -30,7 +32,7 @@ formatStringForName('module.exports.parser');
30
32
##### Returns
31
33
32
34
33
- - ` String ` Formatted string.
35
+ - ` String ` Formatted string.
34
36
35
37
36
38
@@ -43,7 +45,9 @@ Format string as param.
43
45
44
46
##### Parameters
45
47
46
- - ** contents** ` String ` String to format.
48
+ | Name | Type | Description | |
49
+ | ---- | ---- | ----------- | -------- |
50
+ | contents | ` String ` | String to format. |   ; |
47
51
48
52
49
53
@@ -58,7 +62,7 @@ formatStringForParam('[optional param]');
58
62
##### Returns
59
63
60
64
61
- - ` String ` Formatted string.
65
+ - ` String ` Formatted string.
62
66
63
67
64
68
@@ -71,7 +75,9 @@ Format string as UID.
71
75
72
76
##### Parameters
73
77
74
- - ** contents** ` String ` String to format.
78
+ | Name | Type | Description | |
79
+ | ---- | ---- | ----------- | -------- |
80
+ | contents | ` String ` | String to format. |   ; |
75
81
76
82
77
83
@@ -86,7 +92,7 @@ formatStringForUID('example string');
86
92
##### Returns
87
93
88
94
89
- - ` String ` Formatted string.
95
+ - ` String ` Formatted string.
90
96
91
97
92
98
@@ -99,8 +105,10 @@ Dox parser for doxdox.
99
105
100
106
##### Parameters
101
107
102
- - ** content** ` String ` Contents of file.
103
- - ** filename** ` String ` Name of file. Used to generate UIDs.
108
+ | Name | Type | Description | |
109
+ | ---- | ---- | ----------- | -------- |
110
+ | content | ` String ` | Contents of file. |   ; |
111
+ | filename | ` String ` | Name of file. Used to generate UIDs. |   ; |
104
112
105
113
106
114
@@ -115,7 +123,7 @@ parser(content, 'index.js').then(methods => console.log(methods));
115
123
##### Returns
116
124
117
125
118
- - ` Promise ` Promise with methods parsed from contents.
126
+ - ` Promise ` Promise with methods parsed from contents.
119
127
120
128
121
129
0 commit comments