diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-22 11:59:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 11:59:16 +0200 |
commit | ab4705a80794a96ba2b6fd65298f2249e2b69e1d (patch) | |
tree | f0fda84fd345f179c7a5604379882d3420bca92e /doc/classes/GraphNode.xml | |
parent | 2f73e2282c6476c87e834248624a9aa2fdbdf12c (diff) | |
parent | b0846f60c96c809105d039ef314e10a8b23a699f (diff) |
Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r-- | doc/classes/GraphNode.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 845fc35a7a..4d6f3180d0 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -135,7 +135,7 @@ <argument index="0" name="idx" type="int"> </argument> <description> - Return true if left (input) slot 'idx' is enabled. False otherwise. + Return [code]true[/code] if left (input) slot 'idx' is enabled, [code]false[/code] otherwise. </description> </method> <method name="is_slot_enabled_right" qualifiers="const"> @@ -144,7 +144,7 @@ <argument index="0" name="idx" type="int"> </argument> <description> - Return true if right (output) slot 'idx' is enabled. False otherwise. + Return [code]true[/code] if right (output) slot 'idx' is enabled, [code]false[/code] otherwise. </description> </method> <method name="set_slot"> |