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
|
||||
$dirins = $listofmodules[strtolower($module)]['moduledescriptorrootpath'];
|
||||
$destdir = $dirins.'/'.strtolower($module);
|
||||
|
||||
// Need to merged ModuleBuilderFixes for get the function
|
||||
//after that uncomment the line below
|
||||
//$objects = dolGetListOfObjectClasses($destdir);
|
||||
$objects = dolGetListOfObjectClasses($destdir);
|
||||
foreach ($objects as $path=>$obj) {
|
||||
writePropsInAsciiDoc($path, $obj, $destfile);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user