Fix QByteArray documentation errors.
authorMitch Curtis <mitch.curtis@nokia.com>
Wed, 12 Sep 2012 11:33:51 +0000 (13:33 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 13 Sep 2012 14:58:43 +0000 (16:58 +0200)
Add missing external resource link. Provide constructor documentation.

Change-Id: I6d28a19da5c409dd0e0b48e0f693837b63de38f0
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
src/corelib/doc/src/external-resources.qdoc
src/corelib/tools/qbytearray.cpp

index 0326ee7..f5c2ba5 100644 (file)
@@ -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
index 952ce43..78ed7ab 100644 (file)
@@ -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.
 */