Fix QByteArray documentation errors.
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>
This commit is contained in:
parent
4a588c27e8
commit
10b0146026
@ -60,3 +60,8 @@
|
|||||||
\externalpage http://www.ietf.org/rfc/rfc3941.txt
|
\externalpage http://www.ietf.org/rfc/rfc3941.txt
|
||||||
\title RFC 3491
|
\title RFC 3491
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\externalpage http://www.ietf.org/rfc/rfc2045.txt
|
||||||
|
\title RFC 2045
|
||||||
|
*/
|
@ -888,6 +888,13 @@ static inline char qToLower(char c)
|
|||||||
\sa operator=()
|
\sa operator=()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*! \fn QByteArray::QByteArray(QByteArrayDataPtr dd)
|
||||||
|
|
||||||
|
\internal
|
||||||
|
|
||||||
|
Constructs a byte array pointing to the same data as \a dd.
|
||||||
|
*/
|
||||||
|
|
||||||
/*! \fn QByteArray::~QByteArray()
|
/*! \fn QByteArray::~QByteArray()
|
||||||
Destroys the byte array.
|
Destroys the byte array.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user