Skip to content

Commit f2de18c

Browse files
author
Jeff Williams
committed
fix JSON syntax
1 parent 86d4e30 commit f2de18c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jake/articles/about-configuring-jsdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ myProject/
109109
{{#example}}
110110
...
111111
"source": {
112-
"include": [ 'myProject/a.js', 'myProject/lib', 'myProject/_private' ],
113-
"exclude": [ 'myProject/lib/ignore.js' ],
112+
"include": [ "myProject/a.js", "myProject/lib", "myProject/_private" ],
113+
"exclude": [ "myProject/lib/ignore.js" ],
114114
"includePattern": ".+\\.js(doc)?$",
115115
"excludePattern": "(^|\\/|\\\\)_"
116116
},

about-configuring-jsdoc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ <h2 name="configuration-file-files" id="configuration-file-files">Specifying inp
298298
<pre class="prettyprint lang-js">
299299
...
300300
"source": {
301-
"include": [ 'myProject/a.js', 'myProject/lib', 'myProject/_private' ],
302-
"exclude": [ 'myProject/lib/ignore.js' ],
301+
"include": [ "myProject/a.js", "myProject/lib", "myProject/_private" ],
302+
"exclude": [ "myProject/lib/ignore.js" ],
303303
"includePattern": ".+\\.js(doc)?$",
304304
"excludePattern": "(^|\\/|\\\\)_"
305305
},

0 commit comments

Comments
 (0)