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:
@@ -54,6 +54,14 @@
|
||||
|
||||
using namespace Core;
|
||||
|
||||
/*!
|
||||
\class TextEditor::BaseTextDocument
|
||||
\brief The BaseTextDocument class is the base class for QTextDocument based documents.
|
||||
|
||||
Subclasses of BaseTextEditor can either use BaseTextDocument as is (and this is the default),
|
||||
or created subclasses of BaseTextDocument if they have special requirements.
|
||||
*/
|
||||
|
||||
namespace TextEditor {
|
||||
class BaseTextDocumentPrivate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user