At the moment, I write Doxygen keywords as @brief, but I would like to write \brief.
The problem is that when I start typing the \ character, Qt Creator does not provide Doxygen keyword completion. It only shows the hints when I use @ character.
How can I configure Qt Creator to recognize \ character as a Doxygen prefix?
