first commit
This commit is contained in:
commit
058104b10f
59 changed files with 14719 additions and 0 deletions
25
conf.json
Normal file
25
conf.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue