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 doesn't put dot after parenthesis #9613

Open
1vanK opened this issue Sep 27, 2022 · 1 comment
Open

Doxygen doesn't put dot after parenthesis #9613

1vanK opened this issue Sep 27, 2022 · 1 comment
Labels

Comments

@1vanK
Copy link

1vanK commented Sep 27, 2022

c:\Programs\Doxygen_1_9_5>doxygen.exe --version
1.9.5 (2f6875a5ca481a69a6f32650c77a667f87d25e88)
#include <asd>

/// Conm
union aaaaaa
{
    /// Ssfsdfds (aaaaaaaaaa)
    int aaa;
    
    /// SAdsafsdf
    float bbbb;
};

test

DoxyTest.zip

@albert-github
Copy link
Collaborator

The line causing the problem is:

case '.': case '!': case '?': case '>': case ':': case ')': break;

I did some investigations and the ) was explicitly added in the version 1.7.1, though I cannot think of reason for this nor find the reason for this in the change log.

@doxygen do you know why:

  • are > and ) explicitly excluded (and are } and ] not included)
  • why isn't ; included in this test

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

No branches or pull requests

2 participants