diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-05 14:24:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-05 19:13:20 +0200 |
commit | 788b3aa27ac01263b2e70190ace6551504e0c81e (patch) | |
tree | 2d8933969de50bd9c434dd02af577e68fe4d3eae /doc/classes/TextServerManager.xml | |
parent | a5d7b49342275a637c5c20e6029ce739a5b32159 (diff) | |
download | redot-engine-788b3aa27ac01263b2e70190ace6551504e0c81e.tar.gz |
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
And fix up formatting not supported by makerst.
Diffstat (limited to 'doc/classes/TextServerManager.xml')
-rw-r--r-- | doc/classes/TextServerManager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextServerManager.xml b/doc/classes/TextServerManager.xml index aa2177c3b1..d6a1cde945 100644 --- a/doc/classes/TextServerManager.xml +++ b/doc/classes/TextServerManager.xml @@ -5,7 +5,7 @@ </brief_description> <description> [TextServerManager] is the API backend for loading, enumeration and switching [TextServer]s. - Note: Switching text server at runtime is possible, but will invalidate all fonts and text buffers. Make sure to unload all controls, fonts, and themes before doing so. + [b]Note:[/b] Switching text server at runtime is possible, but will invalidate all fonts and text buffers. Make sure to unload all controls, fonts, and themes before doing so. </description> <tutorials> </tutorials> |