From 267eab3f398646b59f5773173cd22a97b8e9540a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 27 Jan 2014 15:20:25 +0100 Subject: Doc: correction link, example and parameter issues qtbase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moved codecs folder to qtbase/examples Corrected quote in dropsite.qdoc Replaced snippet statement by include statement Added doc for undocumented parameters Task-number: QTBUG-34749 Change-Id: If4de95b8d39e5680fd0f63f8d2b6685a4b0a8052 Reviewed-by: Jędrzej Nowacki Reviewed-by: Sean Harmer --- src/corelib/tools/qvarlengtharray.qdoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/corelib/tools/qvarlengtharray.qdoc') diff --git a/src/corelib/tools/qvarlengtharray.qdoc b/src/corelib/tools/qvarlengtharray.qdoc index 05d9258c86..73036ceaed 100644 --- a/src/corelib/tools/qvarlengtharray.qdoc +++ b/src/corelib/tools/qvarlengtharray.qdoc @@ -189,6 +189,8 @@ /*! \fn bool QVarLengthArray::empty() const \since 5.0 + Returns \c true if the array has size 0; otherwise returns \c false. + Same as isEmpty(). Provided for STL-compatibility. */ @@ -285,7 +287,8 @@ \fn void QVarLengthArray::push_back(const T &t) \since 5.0 - Same as append(). Provided for STL-compatibility. + Appends item \a t to the array, extending the array if necessary. + Provided for STL-compatibility. */ /*! @@ -665,8 +668,7 @@ /*! \fn QVarLengthArray &QVarLengthArray::operator+=(const T &value) \since 4.8 - Appends \a value to the array and returns a reference to this - vector. + Appends \a value to the array and returns a reference to this vector. \sa append(), operator<<() */ -- cgit v1.2.3