summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-08-15 18:40:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 02:55:17 +0200
commit41ca2b445365ac05877e962f5c3d477bca64e633 (patch)
tree0bcaf5118d4520f4f0baa5b8c67e430c29029fb9 /src/network/access
parent70d8e363dfb0049f9b192abbe7946de1fb679467 (diff)
A few more random documentation fixes
@p replaced by \a, \QD replaced by {Qt Designer}, couple of enums etc. Change-Id: I315510690bf52e42db519292b4122fa24c73bbc9 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qnetworkaccesscache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkaccesscache.cpp b/src/network/access/qnetworkaccesscache.cpp
index bd3cee530f..91dab7be23 100644
--- a/src/network/access/qnetworkaccesscache.cpp
+++ b/src/network/access/qnetworkaccesscache.cpp
@@ -135,7 +135,7 @@ void QNetworkAccessCache::clear()
}
/*!
- Appens the entry given by @p key to the end of the linked list.
+ Appends the entry given by \a key to the end of the linked list.
(i.e., makes it the newest entry)
*/
void QNetworkAccessCache::linkEntry(const QByteArray &key)
@@ -164,7 +164,7 @@ void QNetworkAccessCache::linkEntry(const QByteArray &key)
}
/*!
- Removes the entry pointed by @p key from the linked list.
+ Removes the entry pointed by \a key from the linked list.
Returns true if the entry removed was the oldest one.
*/
bool QNetworkAccessCache::unlinkEntry(const QByteArray &key)