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