first commit

This commit is contained in:
Aleksey Chichenkov 2018-09-18 15:17:34 +03:00
commit 058104b10f
59 changed files with 14719 additions and 0 deletions

25
conf.json Normal file
View file

@ -0,0 +1,25 @@
{
"tags": {
"allowUnknownTags": true
},
"recurseDepth": 10,
"source": {
"include": ["docfiles"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts" : {
"template": "templates/initi",
"encoding": "utf8",
"recurse": true,
"destination": "../documentation/"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
}
}