Skip to content

Doxygen var command not parsed #13530

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

Open
MrFudgeLord opened this issue Apr 17, 2025 · 0 comments
Open

Doxygen var command not parsed #13530

MrFudgeLord opened this issue Apr 17, 2025 · 0 comments
Labels
enhancement Improvement to an existing feature Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. Language Service

Comments

@MrFudgeLord
Copy link

Environment

  • OS and Version: Windows 11 24H2
  • VS Code Version: 1.99.3
  • C/C++ Extension Version: 2.0.0

Bug Summary and Steps to Reproduce

Bug Summary: @var and \var are not recognized as doxygen command tokens.

Steps to reproduce:

  1. Create a doxygen-style comment
  2. Add a @var or \var command
  3. Bask in the lack of highlighting
  4. If you want to confirm your fears, use the inspect tokens command of vscode

Expected behavior:

@var and \var should be recognized as doxygen command tokens.

Configuration and Logs

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${default}"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "10.0.22621.0",
            "intelliSenseMode": "windows-msvc-x64"
        }
    ],
    "version": 4
}

Other Extensions

No response

Additional context

No response

@sean-mcmanus sean-mcmanus added Language Service Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. enhancement Improvement to an existing feature labels Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. Language Service
Projects
Status: No status
Development

No branches or pull requests

2 participants