Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.8.0-beta
-
None
-
a437539096e8d5e4a49101f5d05774667089dc0d (qt-creator/qt-creator/6.0)
Description
When you type /*! before a class definition and press enter a doxygen comment, with a default \brief line, is generated.
If it is a template class the \brief line is omitted.
/*!
* \brief The Test class
*/
class Test {};
/*!
*
*/
template <typename T>
class Test {};
Attachments
For Gerrit Dashboard: QTCREATORBUG-9620 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
378786,2 | CppEditor: Fix doxygen comment magic before templates | 6.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |