Skip to content

Doxygen var command not parsed #13530

Open
@MrFudgeLord

Description

@MrFudgeLord

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.Language ServiceenhancementImprovement to an existing feature

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions