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/Environment.xml | |
parent | cea49f00c380c404a45d9b002843969f164d382e (diff) |
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/Environment.xml')
-rw-r--r-- | doc/classes/Environment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index d75baa30cf..1c81ae169c 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -30,7 +30,7 @@ Global contrast value of the rendered scene (default value is 1). </member> <member name="adjustment_enabled" type="bool" setter="set_adjustment_enable" getter="is_adjustment_enabled"> - Enables the adjustment_* options provided by this resource. If false, adjustments modifications will have no effect on the rendered scene. + Enables the adjustment_* options provided by this resource. If [code]false[/code], adjustments modifications will have no effect on the rendered scene. </member> <member name="adjustment_saturation" type="float" setter="set_adjustment_saturation" getter="get_adjustment_saturation"> Global color saturation value of the rendered scene (default value is 1). |