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

Wrong syntax for output of non-C++ deprecation lists for enum members #10377

Closed
StefanBattmer opened this issue Oct 23, 2023 · 3 comments
Closed

Comments

@StefanBattmer
Copy link

Describe the bug
When e.g. building a C# or Python documentation the namespace syntax for enum members marked as being deprecated will show up using C++ style namespace syntax in the deprecation list

Expected behavior
Instead of Bla::blub::myEnum I would like to see Bla.blub.myEnum

Screenshots
wrongSyntax

To Reproduce
See attached zip archive
DoxygenNamespaceIssue.zip

Version
While we encountered this using Doxygen 1.9.6 this has also been checked using the latest version 1.9.8 on both Windows and Linux.

albert-github added a commit to albert-github/doxygen that referenced this issue Oct 23, 2023
…sts for enum members

The member names should be converted to the syntax in respect to the used language
@albert-github
Copy link
Collaborator

I've just pushed a proposed patch, pull request #10378

doxygen added a commit that referenced this issue Oct 24, 2023
issue #10377 Wrong syntax for output of non-C++ deprecation lists for enum members
@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 Oct 25, 2023
@albert-github
Copy link
Collaborator

Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).

@doxygen
Copy link
Owner

doxygen commented Dec 25, 2023

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.10.0.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

@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 25, 2023
@doxygen doxygen closed this as completed Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants