-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
The syntax described in Putting documentation after members is not recognized as Doxygen comments and gets highlighted as ordinary comments.
Checklist
- This problem exists even with the setting
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
/// @brief description of @c foo
struct foo {
int bar; //!< @brief description of @c bar
int baz; ///< @brief description of @c baz
int qux; /*!< @brief description of @c qux */
int quux; /**< @brief description of @c quux */
}It looks like:
It should look like:
Color configuration
Metadata
Metadata
Assignees
Labels
No labels

