diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-12-07 00:11:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 00:11:17 +0100 |
commit | 07a739e7e15fdc0d7ed878f0cb465bb93c4e50aa (patch) | |
tree | d811b713f916bcd4d96c39fed00762311737d989 /doc/classes/Environment.xml | |
parent | 643b37aaf01138af8e5780caa938a107f2341412 (diff) | |
parent | 4eff13d7685752246ca311a2fdcc9d6e6eb7f63e (diff) |
Merge pull request #34159 from akien-mga/doc-enums-constants
doc: Markup fixes for enums and constants
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 0d64f0ff64..1feccec501 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -45,7 +45,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" default="false"> - Enables the adjustment_* options provided by this resource. If [code]false[/code], adjustments modifications will have no effect on the rendered scene. + Enables the [code]adjustment_*[/code] 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" default="1.0"> Global color saturation value of the rendered scene (default value is 1). |