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

C/C++ macro arguments aren't shown #100

Open
davidchisnall opened this issue Nov 2, 2023 · 0 comments
Open

C/C++ macro arguments aren't shown #100

davidchisnall opened this issue Nov 2, 2023 · 0 comments

Comments

@davidchisnall
Copy link

There's no template for things of type 'define'. I've tried making one, but helper.argument_list(element.params) doesn't give me any of the parameters. It appears as if they are not parsed correctly? Parameter lists for macros look like this:

        <param><defname>type</defname></param>
        <param><defname>compartment</defname></param>
        <param><defname>keyName</defname></param>
        <param><defname>name</defname></param>

Rather than with a pair of a type and a declname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant