From 95926d395734a9ed7f958d5422b50f21dfb8dde4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 25 Jul 2017 11:11:46 +0200 Subject: [PATCH] included docu package --- autoload.inc | 3 ++- docu_jstree.php | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docu_jstree.php 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