-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 2.4.0
-
None
-
74a0313fc (master), 6847d6900 (master)
That might place the function in between a doxygen comment and its function.
E.g, before:
/*! \func foo
*
*/
void foo()
{
// some code
}
Extracting bar():
/*! \func foo
*
*/
void bar()
{
// some code
}
void foo()
{
bar();
}
For Gerrit Dashboard: QTCREATORBUG-6934 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
495216,7 | CPlusPlus: Support associating comments with a declaration | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
501262,2 | CppEditor: Consider comments when extracting a new function | master | qt-creator/qt-creator | Status: MERGED | -1 | 0 |