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