summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-13 13:44:03 +0200
committerMartin Smith <msmith@trolltech.com>2009-05-13 13:44:03 +0200
commitad7b21dd57d20cd55774d7a62db117905637e950 (patch)
tree1559902c134c328d2886ca6ae7a8489b7f8896ac /src
parent589dfd480d6158aaa59ab56c8be6a6bfc41da3ef (diff)
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qhash.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index 6c4a3ba757..2313e0e591 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -379,9 +379,10 @@ void QHashData::checkSanity()
#endif
/*!
- \
+ \fn uint qHash(const QPair<T1, T2> &key)
\since 4.3
-
+ \relates QHash
+
Returns the hash value for the \a key.
Types \c T1 and \c T2 must be supported by qHash().