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