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

Ignore List does not exclude function symbols #11

Closed
jarroddavis68 opened this issue Dec 25, 2021 · 1 comment
Closed

Ignore List does not exclude function symbols #11

jarroddavis68 opened this issue Dec 25, 2021 · 1 comment

Comments

@jarroddavis68
Copy link
Contributor

I added

if FSymbolsToIgnore.ContainsKey(ACursor.Spelling) then
  Exit;

to the top of

procedure THeaderTranslator.WriteFunction(const ACursor: TCursor);

Which now seems to properly ignore function symbols as well. Can you please verify?

Thanks

@neslib
Copy link
Owner

neslib commented Dec 27, 2021

Good catch. I forgot about this one. Should be fixed now.

@neslib neslib closed this as completed Dec 27, 2021
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

2 participants