forked from GrimoireGL/GrimoireJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsdoc.json
More file actions
37 lines (37 loc) · 742 Bytes
/
tsdoc.json
File metadata and controls
37 lines (37 loc) · 742 Bytes
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
{
"tags":
{
"allowUnknownTags" : true
},
"plugins":[
"plugins/markdown"
,"/Program Files (x86)/nodejs/node_modules/tsdoc/template/plugins/TSDoc.js"
],
"opts":
{
"template" :"/Program Files (x86)/nodejs/node_modules/tsdoc/template",
"recurse" :"true"
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false
},
"source":
{
"includePattern": "(\\.d)?\\.ts$"
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"tsdoc":{
"source" :"/jThree/jThree/jThree/src/",
"destination" :"/jThree/jThree/docs",
"tutorials" :"",
"systemName" : "jThree",
"footer" : "",
"copyright" : "jThree Copyright © 2015 LimeStreem.",
"outputSourceFiles" : false,
"commentsOnly": true
}
}