How to set a comment on a struct member after creation? #2200
Unanswered
camprevail
asked this question in
Get Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to figure out how to add a comment to a struct member after the member has already been created. I tried using std::core::set_pattern_comment but it just made imhex crash. I could not a single example of this function on all of github so I don't know if I'm using it right... I'm also not sure what exactly what is allowed in the first arg
pattern
type.Here's what I tried. I want to attach a comment to the flags member after it's been combined with more_flags.
Beta Was this translation helpful? Give feedback.
All reactions