-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 3.0.0
-
None
-
Windows, OSX, probably all of them really
-
74a0313fc (master), 0a058bb65 (master), 429da62c1 (master)
Try renaming the class below. Observe that rename doesn't affect the qdoc comment.
class Blah
{
Blah();
};
/*!
* \brief Blah::Blah
*/
Blah::Blah()
{
}
- is duplicated by
-
QTCREATORBUG-15425 Refactoring: Renaming a parameter in an API should update doxygen entry
-
- Closed
-