diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 13:42:56 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 17:13:00 +0200 |
commit | b0846f60c96c809105d039ef314e10a8b23a699f (patch) | |
tree | 9c2b761ffb9412b534211932aa0a630d91e1d51c /doc/classes/BaseButton.xml | |
parent | cea49f00c380c404a45d9b002843969f164d382e (diff) |
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/BaseButton.xml')
-rw-r--r-- | doc/classes/BaseButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index a8bd79e628..04d616284e 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -38,7 +38,7 @@ <return type="bool"> </return> <description> - Return true if the mouse has entered the button and has not left it yet. + Return [code]true[/code] if the mouse has entered the button and has not left it yet. </description> </method> </methods> |