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
@@ -232,9 +232,9 @@ static int memberVariableRecursion(const QAbstractItemModel *model,
|
||||
return childCount;
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn variableMemoryMarkup()
|
||||
typedef QList<MemoryMarkup> MemoryMarkupList;
|
||||
|
||||
/*!
|
||||
\brief Creates markup for a variable in the memory view.
|
||||
|
||||
Marks the visible children with alternating colors in the parent, that is, for
|
||||
@@ -272,9 +272,6 @@ static int memberVariableRecursion(const QAbstractItemModel *model,
|
||||
|
||||
\sa Debugger::Internal::MemoryViewWidget
|
||||
*/
|
||||
|
||||
typedef QList<MemoryMarkup> MemoryMarkupList;
|
||||
|
||||
static MemoryMarkupList
|
||||
variableMemoryMarkup(const QAbstractItemModel *model,
|
||||
const QModelIndex &modelIndex,
|
||||
|
||||
Reference in New Issue
Block a user