You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Mark Mikofski (Bitbucket: bwanamarko, GitHub: Unknown)
Currently, if method defined in separate file, then it's attributes are defined in the classdef. Need to capture the name of method and is attributes to document them
Previously, a class folder definition, `@ClassFolder` was treated like a collection of a module, class with methods and free functions.
Module: target.@ClassFolder
Class: target.@ClassFolder.ClassFolder
Functions: target.@ClassFolder.method_in_file
Now, we transform this into a single class definition, that can be referenced with:
Class: target.ClassFolder
This fixes#56. However, #44 is not solved by this.
Originally reported by: Mark Mikofski (Bitbucket: bwanamarko, GitHub: Unknown)
Currently, if method defined in separate file, then it's attributes are defined in the classdef. Need to capture the name of method and is attributes to document them
The text was updated successfully, but these errors were encountered: