From 2492c3e6e1042d744320cfcf551b2da9e6d8068c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 25 Jul 2017 11:16:17 +0200 Subject: [PATCH] included docu package --- autoload.inc | 3 ++- docu_tablesorter.php | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docu_tablesorter.php 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