I am using eclipse photon 4.8 on Ubuntu 18.04. When I start a doxygen comment block with /*! and hit Enter, eclipse is unable to change the general style of parameters like @brief
, @param
or @return
to another scheme like \brief
, \param
or \return
.
I am unable to find any switch which can make this change. If we talk about the schemes specifically, this is the change from the JavaDoc style to Qt-style (C/C++).