Fix invalid use of markdown syntax in classref

Also:
* changed `[b]true[/b]` to `[code]true[/code]`
* use `[i]` for mathematical constant "e"
* use `[b]` for button text & menu item text
* improve markups about "tap1" and "tap2" in AudioEffectDelay
This commit is contained in:
Haoyu Qiu
2023-08-01 16:52:37 +08:00
parent dcd187da95
commit c4b5161ed1
9 changed files with 19 additions and 19 deletions
@@ -54,7 +54,7 @@
<method name="has_data">
<return type="bool" />
<description>
Returns [b]true[/b] when parsed source geometry data exists.
Returns [code]true[/code] when parsed source geometry data exists.
</description>
</method>
<method name="set_indices">