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