-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.conf.json
44 lines (44 loc) · 1.18 KB
/
jsdoc.conf.json
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
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": [
"./.docs/"
],
"includePattern": ".+\\.js?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": false
},
"applicationName": "PGF",
"footer": "Made with ♥ by Matt Karl (github.com/bigtimebuddy)",
"copyright": "PIXI Copyright © 2017 Matt Karl.",
"linenums": false,
"googleAnalytics": "UA-103772589-6",
"meta": {
"title": "pixi-graphics-format API Documentation",
"description": "Documentation for pixi-graphics-format library",
"keyword": "pixi, pixijs, graphics, webgl, file, format, extension, pgf"
}
},
"markdown": {
"parser": "gfm",
"hardwrap": false
},
"opts": {
"encoding": "utf8",
"recurse": true,
"private": false,
"lenient": true,
"destination": "./docs",
"template": "./node_modules/jaguarjs-jsdoc"
}
}