Skip to content

Commit f2d2600

Browse files
committed
Updated readme: All commands of Doxygen 1.15.0 are supported.
1 parent fde78c1 commit f2d2600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Especially, important messages such as warnings or notes are harder to overlook
6969

7070
- The syntax highlighting can be enabled in C/C++ comments starting with `/*`, `/**`, `/*!`, `//`, `///` or `//!`. The enabled comment types can be configured in the Visual Studio options under the VSDoxyHighlighter node. By default, syntax highlighting is not applied to `//` and `/*` comments because Doxygen does not parse those.
7171
- Just like Doxygen, the Javadoc style (commands prefixed by `@` instead of `\`) is also supported. For example, both `\brief` and `@brief` are highlighted.
72-
- [All commands](https://www.doxygen.nl/manual/commands.html) of Doxygen 1.13.1 are supported.
72+
- [All commands](https://www.doxygen.nl/manual/commands.html) of Doxygen 1.15.0 are supported.
7373
- Highlighting partially supports markdown: **`**bold**`**, __`__bold__`__, *`*italic*`*, _`_italic_`_, ~~`~~strikethrough~~`~~ (tildes), as well as `` `inline code` `` (single and multiple backticks, but within a single line only).
7474
- The extension comes with two different default color schemes, one for dark and one for light Visual Studio themes. The colors can also be configured. See the configuration section below for more information.
7575
- Syntax highlighting can be disabled entirely in the VSDoxyHighlighter options.

0 commit comments

Comments
 (0)