From b21ee2aa54e35388bcefbea05053045060abea8b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 25 Jul 2017 11:09:15 +0200 Subject: [PATCH] included docu package --- autoload.inc | 3 ++- docu_bootstrap.php | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docu_bootstrap.php diff --git a/autoload.inc b/autoload.inc index 6b17b6a..c10243d 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,4 @@ 'bootstrap', + 'inpath' => new \SYSTEM\PLIB('bootstrap/'), + 'outpath' => new \SYSTEM\PLIB('bootstrap/docu/'), + 'inpath_md' => new \SYSTEM\PLIB('bootstrap/docu/structure.xml'), + 'outpath_md' => new \SYSTEM\PLIB('bootstrap/wiki/'), + 'cachepath' => new \SYSTEM\PLIB('bootstrap/docu/cache/'), + 'ignore' => array(), + 'sourcecode' => true, + 'parseprivate' => false, + 'title' => 'LIB - Bootstrap'); + } +} \ No newline at end of file