uncomment function for get objects
This commit is contained in:
parent
85916bfb64
commit
d9e3866786
@ -865,10 +865,7 @@ if ($dirins && $action == 'initdoc' && !empty($module)) {
|
|||||||
// add table of properties
|
// add table of properties
|
||||||
$dirins = $listofmodules[strtolower($module)]['moduledescriptorrootpath'];
|
$dirins = $listofmodules[strtolower($module)]['moduledescriptorrootpath'];
|
||||||
$destdir = $dirins.'/'.strtolower($module);
|
$destdir = $dirins.'/'.strtolower($module);
|
||||||
|
$objects = dolGetListOfObjectClasses($destdir);
|
||||||
// Need to merged ModuleBuilderFixes for get the function
|
|
||||||
//after that uncomment the line below
|
|
||||||
//$objects = dolGetListOfObjectClasses($destdir);
|
|
||||||
foreach ($objects as $path=>$obj) {
|
foreach ($objects as $path=>$obj) {
|
||||||
writePropsInAsciiDoc($path, $obj, $destfile);
|
writePropsInAsciiDoc($path, $obj, $destfile);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user