diff --git a/autoload.inc b/autoload.inc index 7e21dd5..84f4a5b 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,4 @@ 'bootstrap_growl', + 'inpath' => new \SYSTEM\PLIB('bootstrap_growl/'), + 'outpath' => new \SYSTEM\PLIB('bootstrap_growl/docu/'), + 'inpath_md' => new \SYSTEM\PLIB('bootstrap_growl/docu/structure.xml'), + 'outpath_md' => new \SYSTEM\PLIB('bootstrap_growl/wiki/'), + 'cachepath' => new \SYSTEM\PLIB('bootstrap_growl/docu/cache/'), + 'ignore' => array(), + 'sourcecode' => true, + 'parseprivate' => false, + 'title' => 'LIB - Bootstrap Growl'); + } +} \ No newline at end of file