Reputation: 131525
In CLion (2021.1), it seems all comments are syntax-highlighted the same way, even if they're Doxygen documentation comments. I couldn't find a Doxygen plugin which might help with that. How can I make CLion highlight Doxygen differently?
Upvotes: 1
Views: 663
Reputation: 2069
Since CLion 2021.2 (EAP) the highlighting of Doxygen comments has changed and different from the previous versions. It is consistent with JB Idea now. Please, read here about it.
Upvotes: 2
Reputation: 131525
Actually, CLion does highlight Doxygen differently, but in some of the Themes (e.g. IntelliJ Light), the color chosen for regular and Doxygen comments is the same.
To change that:
Upvotes: 1