2
2
3
3
### Table of Contents
4
4
5
- * [ lint] [ 1 ]
6
- * [ Parameters] [ 2 ]
7
- * [ Examples] [ 3 ]
8
- * [ build] [ 4 ]
9
- * [ Parameters] [ 5 ]
10
- * [ Examples] [ 6 ]
11
- * [ formats] [ 7 ]
12
- * [ formats.html] [ 8 ]
13
- * [ Parameters] [ 9 ]
14
- * [ Examples] [ 10 ]
15
- * [ formats.markdown] [ 11 ]
16
- * [ Parameters] [ 12 ]
17
- * [ Examples] [ 13 ]
18
- * [ formats.json] [ 14 ]
19
- * [ Parameters] [ 15 ]
20
- * [ Examples] [ 16 ]
5
+ - [ lint] [ 1 ]
6
+ - [ Parameters] [ 2 ]
7
+ - [ Examples] [ 3 ]
8
+ - [ build] [ 4 ]
9
+ - [ Parameters] [ 5 ]
10
+ - [ Examples] [ 6 ]
11
+ - [ formats] [ 7 ]
12
+ - [ formats.html] [ 8 ]
13
+ - [ Parameters] [ 9 ]
14
+ - [ Examples] [ 10 ]
15
+ - [ formats.markdown] [ 11 ]
16
+ - [ Parameters] [ 12 ]
17
+ - [ Examples] [ 13 ]
18
+ - [ formats.json] [ 14 ]
19
+ - [ Parameters] [ 15 ]
20
+ - [ Examples] [ 16 ]
21
21
22
22
## lint
23
23
@@ -27,20 +27,20 @@ of lint information intended for human-readable output.
27
27
28
28
### Parameters
29
29
30
- * ` indexes ` ** ([ Array] [ 17 ] <[ string] [ 18 ] > | [ string] [ 18 ] )** files to process
31
- * ` args ` ** [ Object] [ 19 ] ** args
32
-
33
- * ` args.external ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** a string regex / glob match pattern
34
- that defines what external modules will be whitelisted and included in the
35
- generated documentation.
36
- * ` args.shallow ` ** [ boolean] [ 20 ] ** whether to avoid dependency parsing
37
- even in JavaScript code. (optional, default ` false ` )
38
- * ` args.inferPrivate ` ** [ string] [ 18 ] ?** a valid regular expression string
39
- to infer whether a code element should be private, given its naming structure.
40
- For instance, you can specify ` inferPrivate: '^_' ` to automatically treat
41
- methods named like ` _myMethod ` as private.
42
- * ` args.extension ` ** ([ string] [ 18 ] | [ Array] [ 17 ] <[ string] [ 18 ] >)?** treat additional file extensions
43
- as JavaScript, extending the default set of ` js ` , ` es6 ` , and ` jsx ` .
30
+ - ` indexes ` ** ([ Array] [ 17 ] <[ string] [ 18 ] > | [ string] [ 18 ] )** files to process
31
+ - ` args ` ** [ Object] [ 19 ] ** args
32
+
33
+ - ` args.external ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** a string regex / glob match pattern
34
+ that defines what external modules will be whitelisted and included in the
35
+ generated documentation.
36
+ - ` args.shallow ` ** [ boolean] [ 20 ] ** whether to avoid dependency parsing
37
+ even in JavaScript code.&#x 20 ; (optional, default ` false ` )
38
+ - ` args.inferPrivate ` ** [ string] [ 18 ] ?** a valid regular expression string
39
+ to infer whether a code element should be private, given its naming structure.
40
+ For instance, you can specify ` inferPrivate: '^_' ` to automatically treat
41
+ methods named like ` _myMethod ` as private.
42
+ - ` args.extension ` ** ([ string] [ 18 ] | [ Array] [ 17 ] <[ string] [ 18 ] >)?** treat additional file extensions
43
+ as JavaScript, extending the default set of ` js ` , ` es6 ` , and ` jsx ` .
44
44
45
45
### Examples
46
46
@@ -64,42 +64,45 @@ comments, given a root file as a path.
64
64
65
65
### Parameters
66
66
67
- * ` indexes ` ** ([ Array] [ 17 ] <[ string] [ 18 ] > | [ string] [ 18 ] )** files to process
68
- * ` args ` ** [ Object] [ 19 ] ** args
69
-
70
- * ` args.external ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** a string regex / glob match pattern
71
- that defines what external modules will be whitelisted and included in the
72
- generated documentation.
73
- * ` args.shallow ` ** [ boolean] [ 20 ] ** whether to avoid dependency parsing
74
- even in JavaScript code. (optional, default ` false ` )
75
- * ` args.order ` ** [ Array] [ 17 ] <([ string] [ 18 ] | [ Object] [ 19 ] )>** optional array that
76
- defines sorting order of documentation (optional, default ` [] ` )
77
- * ` args.access ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** an array of access levels
78
- to output in documentation (optional, default ` [] ` )
79
- * ` args.hljs ` ** [ Object] [ 19 ] ?** hljs optional args
80
-
81
- * ` args.hljs.highlightAuto ` ** [ boolean] [ 20 ] ** hljs automatically detect language (optional, default ` false ` )
82
- * ` args.hljs.languages ` ** [ Array] [ 17 ] ?** languages for hljs to choose from
83
- * ` args.inferPrivate ` ** [ string] [ 18 ] ?** a valid regular expression string
84
- to infer whether a code element should be private, given its naming structure.
85
- For instance, you can specify ` inferPrivate: '^_' ` to automatically treat
86
- methods named like ` _myMethod ` as private.
87
- * ` args.extension ` ** ([ string] [ 18 ] | [ Array] [ 17 ] <[ string] [ 18 ] >)?** treat additional file extensions
88
- as JavaScript, extending the default set of ` js ` , ` es6 ` , and ` jsx ` .
67
+ - ` indexes ` ** ([ Array] [ 17 ] <[ string] [ 18 ] > | [ string] [ 18 ] )** files to process
68
+ - ` args ` ** [ Object] [ 19 ] ** args
69
+
70
+ - ` args.external ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** a string regex / glob match pattern
71
+ that defines what external modules will be whitelisted and included in the
72
+ generated documentation.
73
+ - ` args.shallow ` ** [ boolean] [ 20 ] ** whether to avoid dependency parsing
74
+ even in JavaScript code.  ; (optional, default ` false ` )
75
+ - ` args.order ` ** [ Array] [ 17 ] <([ string] [ 18 ] | [ Object] [ 19 ] )>** optional array that
76
+ defines sorting order of documentation  ; (optional, default ` [] ` )
77
+ - ` args.access ` ** [ Array] [ 17 ] <[ string] [ 18 ] >** an array of access levels
78
+ to output in documentation  ; (optional, default ` [] ` )
79
+ - ` args.hljs ` ** [ Object] [ 19 ] ?** hljs optional args
80
+
81
+ - ` args.hljs.highlightAuto ` ** [ boolean] [ 20 ] ** hljs automatically detect language  ; (optional, default ` false ` )
82
+ - ` args.hljs.languages ` ** [ Array] [ 17 ] ?** languages for hljs to choose from
83
+
84
+ - ` args.inferPrivate ` ** [ string] [ 18 ] ?** a valid regular expression string
85
+ to infer whether a code element should be private, given its naming structure.
86
+ For instance, you can specify ` inferPrivate: '^_' ` to automatically treat
87
+ methods named like ` _myMethod ` as private.
88
+ - ` args.extension ` ** ([ string] [ 18 ] | [ Array] [ 17 ] <[ string] [ 18 ] >)?** treat additional file extensions
89
+ as JavaScript, extending the default set of ` js ` , ` es6 ` , and ` jsx ` .
89
90
90
91
### Examples
91
92
92
93
``` javascript
93
94
var documentation = require (' documentation' );
94
95
95
- documentation .build ([' index.js' ], {
96
- // only output comments with an explicit @public tag
97
- access: [' public' ]
98
- }).then (res => {
99
- // res is an array of parsed comments with inferred properties
100
- // and more: everything you need to build documentation or
101
- // any other kind of code data.
102
- });
96
+ documentation
97
+ .build ([' index.js' ], {
98
+ // only output comments with an explicit @public tag
99
+ access: [' public' ]
100
+ })
101
+ .then (res => {
102
+ // res is an array of parsed comments with inferred properties
103
+ // and more: everything you need to build documentation or
104
+ // any other kind of code data.
105
+ });
103
106
```
104
107
105
108
Returns ** [ Promise] [ 21 ] ** results
@@ -117,10 +120,10 @@ Formats documentation as HTML.
117
120
118
121
### Parameters
119
122
120
- * ` comments ` ** [ Array] [ 17 ] <[ Comment] [ 22 ] >** parsed comments
121
- * ` config ` ** [ Object] [ 19 ] ** Options that can customize the output
123
+ - ` comments ` ** [ Array] [ 17 ] <[ Comment] [ 22 ] >** parsed comments
124
+ - ` config ` ** [ Object] [ 19 ] ** Options that can customize the output
122
125
123
- * ` config.theme ` ** [ string] [ 18 ] ** Name of a module used for an HTML theme. (optional, default ` 'default_theme' ` )
126
+ - ` config.theme ` ** [ string] [ 18 ] ** Name of a module used for an HTML theme.&#x 20 ; (optional, default ` 'default_theme' ` )
124
127
125
128
### Examples
126
129
@@ -129,7 +132,8 @@ var documentation = require('documentation');
129
132
var streamArray = require (' stream-array' );
130
133
var vfs = require (' vinyl-fs' );
131
134
132
- documentation .build ([' index.js' ])
135
+ documentation
136
+ .build ([' index.js' ])
133
137
.then (documentation .formats .html )
134
138
.then (output => {
135
139
streamArray (output).pipe (vfs .dest (' ./output-directory' ));
@@ -145,16 +149,17 @@ Formats documentation as
145
149
146
150
### Parameters
147
151
148
- * ` comments ` ** [ Array] [ 17 ] <[ Object] [ 19 ] >** parsed comments
149
- * ` args ` ** [ Object] [ 19 ] ** Options that can customize the output
152
+ - ` comments ` ** [ Array] [ 17 ] <[ Object] [ 19 ] >** parsed comments
153
+ - ` args ` ** [ Object] [ 19 ] ** Options that can customize the output
150
154
151
155
### Examples
152
156
153
157
``` javascript
154
158
var documentation = require (' documentation' );
155
159
var fs = require (' fs' );
156
160
157
- documentation .build ([' index.js' ])
161
+ documentation
162
+ .build ([' index.js' ])
158
163
.then (documentation .formats .md )
159
164
.then (output => {
160
165
// output is a string of Markdown data
@@ -170,66 +175,45 @@ Formats documentation as a JSON string.
170
175
171
176
### Parameters
172
177
173
- * ` comments ` ** [ Array] [ 17 ] <[ Comment] [ 22 ] >** parsed comments
178
+ - ` comments ` ** [ Array] [ 17 ] <[ Comment] [ 22 ] >** parsed comments
174
179
175
180
### Examples
176
181
177
182
``` javascript
178
183
var documentation = require (' documentation' );
179
184
var fs = require (' fs' );
180
185
181
- documentation .build ([' index.js' ])
186
+ documentation
187
+ .build ([' index.js' ])
182
188
.then (documentation .formats .json )
183
189
.then (output => {
184
190
// output is a string of JSON data
185
191
fs .writeFileSync (' ./output.json' , output);
186
192
});
187
193
```
188
194
189
- Returns ** [ Promise] [ 21 ] <[ string] [ 18 ] >**
195
+ Returns ** [ Promise] [ 21 ] <[ string] [ 18 ] >** &#x 20 ;
190
196
191
197
[ 1 ] : #lint
192
-
193
198
[ 2 ] : #parameters
194
-
195
199
[ 3 ] : #examples
196
-
197
200
[ 4 ] : #build
198
-
199
201
[ 5 ] : #parameters-1
200
-
201
202
[ 6 ] : #examples-1
202
-
203
203
[ 7 ] : #formats
204
-
205
204
[ 8 ] : #formatshtml
206
-
207
205
[ 9 ] : #parameters-2
208
-
209
206
[ 10 ] : #examples-2
210
-
211
207
[ 11 ] : #formatsmarkdown
212
-
213
208
[ 12 ] : #parameters-3
214
-
215
209
[ 13 ] : #examples-3
216
-
217
210
[ 14 ] : #formatsjson
218
-
219
211
[ 15 ] : #parameters-4
220
-
221
212
[ 16 ] : #examples-4
222
-
223
213
[ 17 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array
224
-
225
214
[ 18 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String
226
-
227
215
[ 19 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object
228
-
229
216
[ 20 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean
230
-
231
217
[ 21 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise
232
-
233
218
[ 22 ] : https://developer.mozilla.org/docs/Web/API/Comment/Comment
234
-
235
219
[ 23 ] : https://daringfireball.net/projects/markdown/
0 commit comments