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

Gives (mostly) useless results for structs nested within classes #11

Open
auscompgeek opened this issue Jan 15, 2019 · 1 comment
Open
Labels
bug Something isn't working

Comments

@auscompgeek
Copy link
Member

Encountered when I was working on robotpy-rev. Struct in question is rev::CANSparkMax::ExternalFollower.

  • The struct gets listed as a class at the header level, as well as in the class nested classes list.
  • Any method parameters that use the nested struct as its type are "unresolved".
@auscompgeek auscompgeek added the bug Something isn't working label Jan 15, 2019
@virtuald
Copy link
Member

Yeah. There's a lot of badness related to namespaces and scopes. It's a wonder this thing works at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants