forked from sirap-group/tinymce-plugin-paginate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.json
29 lines (29 loc) · 974 Bytes
/
jsdoc.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName" : "tinymce-plugin-paginate",
"footer" : "www.github.com/sirap-group",
"copyright" : "Copyright Groupe SIRAP © 2016",
"includeDate" : true,
"navType" : "vertical",
"theme" : "simplex",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : false,
"outputSourceFiles" : true ,
"outputSourcePath" : true,
"dateFormat" : "DD/MM/YYYY",
"syntaxTheme" : "dark",
"sort" : true
}
}