diff options
| author | Laszlo Papp <lpapp@kde.org> | 2012-08-15 06:37:01 +0100 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-15 11:38:37 +0200 |
| commit | 98804946f289fe8ab866cc7bf3383a29057f9251 (patch) | |
| tree | ada01afead223ec58579061ef3bb13771782149e /src/corelib/codecs/qtextcodec.cpp | |
| parent | 121062d8848986dcfaf421388a5603b3b48a1e58 (diff) | |
Make the "\internal" qdoc command stand on its own line
The qdoc manual currently claims that the command must stand on its own line.
The change follows the consistency with the rest and how the example looks like
inside the qdoc manual for this command.
Change-Id: I6b653dc95cf9d84e4adf32220dace5d313678419
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/codecs/qtextcodec.cpp')
| -rw-r--r-- | src/corelib/codecs/qtextcodec.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp index fb3151ba81d..90b339b0563 100644 --- a/src/corelib/codecs/qtextcodec.cpp +++ b/src/corelib/codecs/qtextcodec.cpp @@ -902,7 +902,8 @@ QTextEncoder::~QTextEncoder() { } -/*! \internal +/*! + \internal \since 4.5 Determines whether the eecoder encountered a failure while decoding the input. If an error was encountered, the produced result is undefined, and gets converted as according @@ -1138,7 +1139,8 @@ QTextCodec *QTextCodec::codecForUtfText(const QByteArray &ba) } -/*! \internal +/*! + \internal \since 4.3 Determines whether the decoder encountered a failure while decoding the input. If an error was encountered, the produced result is undefined, and gets converted as according |
