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

bug_365053 Wrong reference to ::classname (in typedef) #8968

Merged
merged 1 commit into from Dec 15, 2021

Conversation

albert-github
Copy link
Collaborator

This fixes the second problem:

class Foo
{
   typedef ::Bar MyBar;
}

mentioned in the issue.
Besides the already supported words also the word typedef should be supported.

Extended example: example.tar.gz

This fixes the second problem:
```
class Foo
{
   typedef ::Bar MyBar;
}
```
mentioned in the issue.
Besides the already supported words also the word `typedef` should be supported.
@doxygen doxygen merged commit b5b1163 into doxygen:master Dec 15, 2021
@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 16, 2021
@albert-github albert-github deleted the feature/bug_365053_2 branch December 16, 2021 09:08
@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants