Issue
I'm using NetBeans IDE 8.2 as my C-code editor. Any text inside C-comments between '<' and '>' characters is highlighted (see image below). Does anyone know why?
There is no highlighting in my C-code; it only happens in the comment sections.
href="https://i.stack.imgur.com/4mFDU.png" rel="nofollow noreferrer">
Solution
NetBeans highlights text between <> symbols because it interprets it as a doxygen
formatting. See doxygen tag info.
For example:
Answered By - Dmitry.M
Answer Checked By - Katrina (JavaFixing Volunteer)