small design and bug fixes
This commit is contained in:
parent
0f52f78c10
commit
cf9e9d9652
5 changed files with 21 additions and 8 deletions
|
@ -5,9 +5,9 @@
|
|||
"recurseDepth": 10,
|
||||
"source": {
|
||||
"include": ["docfiles"],
|
||||
"include_2": ["../develop/first/gui/js/providers"],
|
||||
"include_3": ["../develop/first/gui/js"],
|
||||
"core": ["../develop/first/core"],
|
||||
"include_2": ["../../develop/first/gui/js/providers"],
|
||||
"include_3": ["../../develop/first/gui/js"],
|
||||
"core": ["../../develop/first/core"],
|
||||
"includePattern": ".+\\.js(doc|x)?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
},
|
||||
|
@ -16,7 +16,7 @@
|
|||
"encoding": "utf8",
|
||||
"readme": "",
|
||||
"recurse": true,
|
||||
"destination": "../documentation/"
|
||||
"destination": "../../documentation/"
|
||||
},
|
||||
"plugins": [
|
||||
"plugins/markdown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue