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

Doxygen does not create links on C++ 11 style enum classes (Origin: bugzilla #700740) #5189

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version 1.8.3.1 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2013-05-20 19:38:09 +0000, lmorsino@gmail.com wrote:

Created attachment 244856
doxygen sample project

If you are writing some piece text that references a C++ 11 enum class, doxygen will not create a link on that reference (but it will if you use the old-style enum. For example:

class Glyph {
public:
enum class Default {
Circle, //!< An unfilled circle.
CircleWithDot, //!< An unfilled circle with a dot in the center.
CircleWithPlus, //!< An unfilled circle with a plus sign in the center.

If I type

Glyph::Default::Circle

no link is created. But if I type the old style

Glpyh::Circle

the link is created. I think it should create a link on the new style enum class. See sample project attachment.

On 2013-06-15 14:49:05 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next GIT update.

On 2013-08-23 15:04:45 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.

@doxygen doxygen closed this as completed Jul 2, 2018
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