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 /modules/csg/doc_classes/CSGTorus.xml | |
parent | cea49f00c380c404a45d9b002843969f164d382e (diff) |
Consistently wrap booleans in [code]
Diffstat (limited to 'modules/csg/doc_classes/CSGTorus.xml')
-rw-r--r-- | modules/csg/doc_classes/CSGTorus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGTorus.xml b/modules/csg/doc_classes/CSGTorus.xml index 946637bd2c..322f244905 100644 --- a/modules/csg/doc_classes/CSGTorus.xml +++ b/modules/csg/doc_classes/CSGTorus.xml @@ -29,7 +29,7 @@ The number of slices the torus is constructed of. </member> <member name="smooth_faces" type="bool" setter="set_smooth_faces" getter="get_smooth_faces"> - If true the normals of the torus are set to give a smooth effect making the torus seem rounded. When false the torus will have a flat shaded look. + If [code]true[/code] the normals of the torus are set to give a smooth effect making the torus seem rounded. If [code]false[/code] the torus will have a flat shaded look. </member> </members> <constants> |