robotpy / robotpy-cppheaderparser

DEPRECATED: use cxxheaderparser instead
Other
123 stars 39 forks source link

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

Open auscompgeek opened 5 years ago

auscompgeek commented 5 years ago

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

virtuald commented 4 years ago

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