diff --git a/autoload.inc b/autoload.inc index 358c55e..41408f8 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,4 @@ 'jstree', + 'inpath' => new \SYSTEM\PLIB('jstree/'), + 'outpath' => new \SYSTEM\PLIB('jstree/docu/'), + 'inpath_md' => new \SYSTEM\PLIB('jstree/docu/structure.xml'), + 'outpath_md' => new \SYSTEM\PLIB('jstree/wiki/'), + 'cachepath' => new \SYSTEM\PLIB('jstree/docu/cache/'), + 'ignore' => array(), + 'sourcecode' => true, + 'parseprivate' => false, + 'title' => 'LIB - JSTree'); + } +} \ No newline at end of file