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