updated phpdoc_md reference, updated system_wiki docu reference, fixed docu include, docu saimod

This commit is contained in:
Ulf Gebhardt 2016-03-10 20:42:30 +01:00
parent 68e11cee6c
commit 97f3777a11
5 changed files with 9 additions and 4 deletions

@ -1 +1 @@
Subproject commit e15bada4ee925c7ef5cffe8ae37cc615f8f28d7e
Subproject commit dcf45d45fe02cd1c9865556286d6545a545d994b

@ -1 +1 @@
Subproject commit 6a52c6e0529d005d07c9f58af2934b5752d13907
Subproject commit e092eca1a6f13b696fc4b7c9ca1df558bf3a4022

View File

@ -25,7 +25,10 @@ class saimod_sys_docu extends \SYSTEM\SAI\SaiModule {
public static function sai_mod__SYSTEM_SAI_saimod_sys_docu_action_generate_md(){
\LIB\lib_phpdoc_md::php();
$configs = \SYSTEM\DOCU\docu::getAll();
foreach($configs as $config){
\phpdoc_md::run( $config['inpath_md'],
$config['outpath_md']);}
}
public static function sai_mod__SYSTEM_SAI_saimod_sys_docu_action_cat($cat = 'system'){

View File

@ -3,7 +3,7 @@
<div class="tabbable">
<ul class="nav nav-tabs" id="tabs_docu">
${tabopts}
<button id="btn_generate" class="btn-primary btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px; float: right;"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> ${basic_generate}</button>
<button id="btn_generate" class="btn-primary btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px; float: right;"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> ${basic_generate} HTML</button>
<button id="btn_generate_md" class="btn-primary btn btn-sm" style="margin-right: 15px; height: 32px; font-size: 13px; float: right;"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> ${basic_generate} MD</button>
</ul>
<div class="tab-content">

View File

@ -8,6 +8,8 @@ class saigui extends \SYSTEM\PAGE\Page {
\SYSTEM\DOCU\docu::register(array( 'id' => 'system',
'inpath' => new \SYSTEM\PSYSTEM(),
'outpath' => new \SYSTEM\PSYSTEM('docu/system/'),
'inpath_md' => new \SYSTEM\PSYSTEM('docu/system/structure.xml'),
'outpath_md' => new \SYSTEM\PSYSTEM('docu/system_wiki/'),
'cachepath' => new \SYSTEM\PSYSTEM('docu/system/cache/'),
'ignore' => array( 'lib/animate/*',
'lib/bootstrap/*',