forked from qt-creator/qt-creator
Doc: edit texteditor plugin API docs
Fix grammar and style issues and punctuation. Use the \a command instead of \param (not a QDoc command). Change-Id: Ib048f0219a2c857e5fc3fcd858afbcbd58819193 Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -335,7 +335,7 @@ SyntaxHighlighter::SyntaxHighlighter(BaseTextDocument *parent)
|
||||
}
|
||||
|
||||
/*!
|
||||
Constructs a SyntaxHighlighter and installs it on \a parent 's
|
||||
Constructs a SyntaxHighlighter and installs it on \a parent's
|
||||
QTextDocument. The specified QTextEdit also becomes the owner of
|
||||
the SyntaxHighlighter.
|
||||
*/
|
||||
@@ -347,7 +347,7 @@ SyntaxHighlighter::SyntaxHighlighter(QTextEdit *parent)
|
||||
}
|
||||
|
||||
/*!
|
||||
Destructor. Uninstalls this syntax highlighter from the text document.
|
||||
Destructor that uninstalls this syntax highlighter from the text document.
|
||||
*/
|
||||
SyntaxHighlighter::~SyntaxHighlighter()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user