When a class is implementing a base class, should the comments that describe its function be located in the abstract base class? Or in the class? I think it should be the abstract base class, but will MATLAB know to search there if someone types help?
Here is an example:
https://github.com/Severson-Group/eMach/blob/58f1f70dab76cf08dfeedd5f887436c983c8d4c8/tools/ToolBase.m#L15-L18
When a class is implementing a base class, should the comments that describe its function be located in the abstract base class? Or in the class? I think it should be the abstract base class, but will MATLAB know to search there if someone types help?
Here is an example:
https://github.com/Severson-Group/eMach/blob/58f1f70dab76cf08dfeedd5f887436c983c8d4c8/tools/ToolBase.m#L15-L18