summaryrefslogtreecommitdiffstats
path: root/doc/classes/SyntaxHighlighter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SyntaxHighlighter.xml')
-rw-r--r--doc/classes/SyntaxHighlighter.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/classes/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml
index 34063adbb0..3815d6d2fe 100644
--- a/doc/classes/SyntaxHighlighter.xml
+++ b/doc/classes/SyntaxHighlighter.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="SyntaxHighlighter" inherits="Resource" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Base Syntax highlighter resource for [TextEdit].
+ Base class for syntax highlighters. Provides syntax highlighting data to a [TextEdit].
</brief_description>
<description>
- Base syntax highlighter resource all syntax highlighters extend from, provides syntax highlighting data to [TextEdit].
- The associated [TextEdit] node will call into the [SyntaxHighlighter] on an as-needed basis.
- [b]Note:[/b] Each Syntax highlighter instance should not be shared across multiple [TextEdit] nodes.
+ Base class for syntax highlighters. Provides syntax highlighting data to a [TextEdit]. The associated [TextEdit] will call into the [SyntaxHighlighter] on an as-needed basis.
+ [b]Note:[/b] A [SyntaxHighlighter] instance should not be used across multiple [TextEdit] nodes.
</description>
<tutorials>
</tutorials>