diff options
Diffstat (limited to 'doc/classes/TextServerExtension.xml')
-rw-r--r-- | doc/classes/TextServerExtension.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextServerExtension.xml b/doc/classes/TextServerExtension.xml index 171318b96d..7efd5a2a75 100644 --- a/doc/classes/TextServerExtension.xml +++ b/doc/classes/TextServerExtension.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="TextServerExtension" inherits="TextServer" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Base class for TextServer custom implementations (plugins). + Base class for custom [TextServer] implementations (plugins). </brief_description> <description> - External TextServer implementations should inherit from this class. + External [TextServer] implementations should inherit from this class. </description> <tutorials> </tutorials> |