mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 06:42:52 +02:00
Added interface/src/scripting dir to doc search path
This commit is contained in:
parent
839b1a3c5e
commit
940edd4a6d
1 changed files with 2 additions and 1 deletions
|
@ -15,9 +15,10 @@ exports.handlers = {
|
|||
// directories to scan for jsdoc comments
|
||||
var dirList = [
|
||||
'../../interface/src',
|
||||
'../../interface/src/scripting',
|
||||
'../../libraries/script-engine/src',
|
||||
'../../libraries/networking/src',
|
||||
'../../libraries/animation/src'
|
||||
'../../libraries/animation/src',
|
||||
];
|
||||
var exts = ['.h', '.cpp'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue