shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

Fix documentation explaining how coder supports method dispatch #36

Closed shsajjadi closed 3 months ago

shsajjadi commented 3 months ago

Currently classdef method dispatch is only based on the first argument. If the first argument of a function call is a classdef object and the objects class has a method with the same name as the function the method is called. Otherwise the first function found on the path is called. Class presence rules are ignored. This should be reflected in the documentation.

shsajjadi commented 3 months ago

Done here 13a99.