#232: Create dummy M file for making clear some calling dependencies -------------------------+-------------------------------------------------- Reporter: sebastien | Owner: Type: enhancement | Status: new Priority: major | Milestone: Component: General | Version: Keywords: | -------------------------+-------------------------------------------------- Currently some M-functions are called from M-files using eval() instead of calling them directly.
As a result, these functions appear as orphaned in the M2HTML graph, and also do not necessarily appear when doing a grep on M-files.
The risk is that one may remove these functions, thinking they are unused.
The proposed solution is to create a dummy M-file that would directly call these functions (possibly with comments indicating the actual place of the real calls)