updated phpdoc_md reference, updated system_wiki docu reference, fixed docu include, docu saimod
This commit is contained in:
parent
68e11cee6c
commit
97f3777a11
@ -1 +1 @@
|
||||
Subproject commit e15bada4ee925c7ef5cffe8ae37cc615f8f28d7e
|
||||
Subproject commit dcf45d45fe02cd1c9865556286d6545a545d994b
|
||||
@ -1 +1 @@
|
||||
Subproject commit 6a52c6e0529d005d07c9f58af2934b5752d13907
|
||||
Subproject commit e092eca1a6f13b696fc4b7c9ca1df558bf3a4022
|
||||
@ -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'){
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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/*',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user