Parser suggestion: function's modules #2946
Lancelotbronner
started this conversation in
Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Structures, enums and most defines are declared outside of modules so it wouldn't be relevant.
But functions are pretty much all declared within modules. This information isn't however currently available.
This would be nice for binding generators, because they could generate organized documentation of their bindings.
A simple enough solution would be that whenever
Module: <name of the module>
is encountered it is remembered and any subsequent function declarations get that module in their info.Beta Was this translation helpful? Give feedback.
All reactions