summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippeteditor.cpp
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2011-05-27 14:30:17 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-05-27 15:25:54 +0200
commit2fd5057604ea1e29df73dee5181153fe6cd3fe68 (patch)
tree0cf37e42d51d0aa38f45c6243800ea74224ee2b9 /src/plugins/texteditor/snippets/snippeteditor.cpp
parent2e9931f9ae95061842681f479fc01e8730fb94b7 (diff)
downloadqt-creator-2fd5057604ea1e29df73dee5181153fe6cd3fe68.tar.gz
Documentation: Snippets support
Change-Id: I40dd20a7da93ab7af3044d9bebf49e15dbfb7aa4 Reviewed-on: http://codereview.qt.nokia.com/184 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.cpp')
-rw-r--r--src/plugins/texteditor/snippets/snippeteditor.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.cpp b/src/plugins/texteditor/snippets/snippeteditor.cpp
index 25ffd408e8..1efe2d2f81 100644
--- a/src/plugins/texteditor/snippets/snippeteditor.cpp
+++ b/src/plugins/texteditor/snippets/snippeteditor.cpp
@@ -41,6 +41,13 @@
using namespace TextEditor;
+/*!
+ \class TextEditor::SnippetEditorWidget
+ \brief The SnippetEditorWidget class is a lightweight editor for code snippets
+ with basic support for syntax highlighting, indentation, and others.
+ \ingroup Snippets
+*/
+
SnippetEditor::SnippetEditor(SnippetEditorWidget *editor)
: BaseTextEditor(editor)
{