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 comments aren't auto-generated for destructors #11016

Closed
sean-mcmanus opened this issue May 27, 2023 · 1 comment
Closed

Doxygen comments aren't auto-generated for destructors #11016

sean-mcmanus opened this issue May 27, 2023 · 1 comment
Assignees
Labels
bug Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix Works in VS So we'd need to fix it for VS Code to reach parity.
Milestone

Comments

@sean-mcmanus
Copy link
Contributor

Repro is

struct foo
{
    ///
    ~foo(){}
    /// @brief destructor above didn't work
    foo(){}
};

It works with VS.

@sean-mcmanus sean-mcmanus added bug Language Service quick fix Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. labels May 27, 2023
@sean-mcmanus sean-mcmanus added this to the 1.16.1 milestone May 27, 2023
@sean-mcmanus sean-mcmanus self-assigned this May 27, 2023
@sean-mcmanus sean-mcmanus added the Works in VS So we'd need to fix it for VS Code to reach parity. label May 27, 2023
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label May 31, 2023
@michelleangela
Copy link
Contributor

@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix Works in VS So we'd need to fix it for VS Code to reach parity.
Projects
None yet
Development

No branches or pull requests

2 participants