summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes/CSGTorus.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-22 11:59:16 +0200
committerGitHub <noreply@github.com>2019-04-22 11:59:16 +0200
commitab4705a80794a96ba2b6fd65298f2249e2b69e1d (patch)
treef0fda84fd345f179c7a5604379882d3420bca92e /modules/csg/doc_classes/CSGTorus.xml
parent2f73e2282c6476c87e834248624a9aa2fdbdf12c (diff)
parentb0846f60c96c809105d039ef314e10a8b23a699f (diff)
Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
Diffstat (limited to 'modules/csg/doc_classes/CSGTorus.xml')
-rw-r--r--modules/csg/doc_classes/CSGTorus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGTorus.xml b/modules/csg/doc_classes/CSGTorus.xml
index e438b9e405..0d4437d87f 100644
--- a/modules/csg/doc_classes/CSGTorus.xml
+++ b/modules/csg/doc_classes/CSGTorus.xml
@@ -27,7 +27,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>