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