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
@@ -237,7 +237,6 @@ QString QmlError::toString() const
|
||||
|
||||
/*!
|
||||
\relates QmlError
|
||||
\fn QDebug operator<<(QDebug debug, const QmlError &error)
|
||||
|
||||
Outputs a human readable version of \a error to \a debug.
|
||||
*/
|
||||
|
||||
@@ -642,8 +642,6 @@ Trie Trie::replaceF(const QHash<QString, QString> &replacements) const
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn int matchStrength(const QString &searchStr, const QString &str)
|
||||
|
||||
Returns a number defining how well the serachStr matches str.
|
||||
|
||||
Quite simplistic, looks only at the first match, and prefers contiguos
|
||||
@@ -692,8 +690,6 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn QStringList matchingStrengthSort(const QString &searchStr, QStringList &res)
|
||||
|
||||
returns a number defining the matching strength of res to the given searchStr
|
||||
*/
|
||||
QStringList matchStrengthSort(const QString &searchStr, QStringList &res)
|
||||
|
||||
Reference in New Issue
Block a user