forked from qt-creator/qt-creator
Editors: Add at least some short documentation.
Change-Id: I7fc7946405d3cbb1af0cf29a9d328d857eb8304a Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -34,12 +34,11 @@
|
||||
#include <QTextCodec>
|
||||
|
||||
/*!
|
||||
\class Core::TextFile
|
||||
\brief The TextFile class is a base class for text files with encoding
|
||||
helpers.
|
||||
\class Core::TextDocument
|
||||
\brief The TextDocument class is a very general base class for documents that work with text.
|
||||
|
||||
This class stores the format obtained from read operations and uses that when writing
|
||||
out files, thus ensuring that CRLF/encodings are preserved.
|
||||
This class contains helper methods for saving and reading text files with encoding and
|
||||
line ending settings.
|
||||
|
||||
\sa Utils::TextFileUtils
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user