forked from qt-creator/qt-creator
Doc: replace deprecated QDoc commands
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
276320caac
commit
419c6de735
@@ -65,9 +65,9 @@ QDebug operator<<(QDebug d, const TextFileFormat &format)
|
||||
|
||||
The format comprises
|
||||
\list
|
||||
\o Encoding represented by a pointer to a QTextCodec
|
||||
\o Presence of an UTF8 Byte Order Marker (BOM)
|
||||
\o Line feed storage convention
|
||||
\li Encoding represented by a pointer to a QTextCodec
|
||||
\li Presence of an UTF8 Byte Order Marker (BOM)
|
||||
\li Line feed storage convention
|
||||
\endlist
|
||||
|
||||
The class also provides convenience functions to read text files and return them
|
||||
|
||||
Reference in New Issue
Block a user