forked from qt-creator/qt-creator
Doc: Remove \fn lines adjacent to functions
They are unneeded, some of them are unmaintained Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
506b4ca9a8
commit
81fc8ff210
@@ -2412,7 +2412,6 @@ void GdbEngine::handleExecuteReturn(const GdbResponse &response)
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn void Debugger::Internal::GdbEngine::setTokenBarrier()
|
||||
\brief Discard the results of all pending watch-updating commands.
|
||||
|
||||
This method is called at the beginning of all step/next/finish etc.
|
||||
@@ -2420,7 +2419,6 @@ void GdbEngine::handleExecuteReturn(const GdbResponse &response)
|
||||
If non-watch-updating commands with call-backs are still in the pipe,
|
||||
it will complain.
|
||||
*/
|
||||
|
||||
void GdbEngine::setTokenBarrier()
|
||||
{
|
||||
//QTC_ASSERT(m_nonDiscardableCount == 0, /**/);
|
||||
|
||||
Reference in New Issue
Block a user