Editors: Add at least some short documentation.

Change-Id: I7fc7946405d3cbb1af0cf29a9d328d857eb8304a
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2014-01-21 14:22:33 +01:00
parent 2678662fb4
commit 5deb0f367e
6 changed files with 63 additions and 5 deletions

View File

@@ -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
*/