Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attributes for methods defined in separate files #44

Open
joeced opened this issue Jun 22, 2015 · 0 comments
Open

attributes for methods defined in separate files #44

joeced opened this issue Jun 22, 2015 · 0 comments

Comments

@joeced
Copy link
Collaborator

joeced commented Jun 22, 2015

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


joeced added a commit that referenced this issue Sep 13, 2023
Previously, a class folder definition, `@ClassFolder` was treated like a collection of a module, class with methods and free functions.

    Module:  target.@ClassFolder
       Class:     [email protected]
       Functions: [email protected]_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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant