From 41ca2b445365ac05877e962f5c3d477bca64e633 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 15 Aug 2012 18:40:37 +0200 Subject: 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 --- src/network/access/qnetworkaccesscache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/access/qnetworkaccesscache.cpp') 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) -- cgit v1.2.3