From 10b014602609663f2d2df7a960f492d8aedc9a44 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 12 Sep 2012 13:33:51 +0200 Subject: [PATCH] Fix QByteArray documentation errors. Add missing external resource link. Provide constructor documentation. Change-Id: I6d28a19da5c409dd0e0b48e0f693837b63de38f0 Reviewed-by: Qt Doc Bot Reviewed-by: Jerome Pasion --- src/corelib/doc/src/external-resources.qdoc | 5 +++++ src/corelib/tools/qbytearray.cpp | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/src/corelib/doc/src/external-resources.qdoc b/src/corelib/doc/src/external-resources.qdoc index 0326ee7..f5c2ba5 100644 --- a/src/corelib/doc/src/external-resources.qdoc +++ b/src/corelib/doc/src/external-resources.qdoc @@ -60,3 +60,8 @@ \externalpage http://www.ietf.org/rfc/rfc3941.txt \title RFC 3491 */ + +/*! + \externalpage http://www.ietf.org/rfc/rfc2045.txt + \title RFC 2045 +*/ \ No newline at end of file diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index 952ce43..78ed7ab 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -888,6 +888,13 @@ static inline char qToLower(char c) \sa operator=() */ +/*! \fn QByteArray::QByteArray(QByteArrayDataPtr dd) + + \internal + + Constructs a byte array pointing to the same data as \a dd. +*/ + /*! \fn QByteArray::~QByteArray() Destroys the byte array. */ -- 2.7.4