From f3dc1bc7c2a486b338316899710944c139896d0e Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Mon, 31 Jul 2023 00:31:23 +0800 Subject: [PATCH] Avoid punning [param enabled] in documentation --- doc/classes/NavigationServer2D.xml | 10 +++++----- doc/classes/NavigationServer3D.xml | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/classes/NavigationServer2D.xml b/doc/classes/NavigationServer2D.xml index 32215316d13f..a52c9abefdb6 100644 --- a/doc/classes/NavigationServer2D.xml +++ b/doc/classes/NavigationServer2D.xml @@ -66,7 +66,7 @@ - If [param enabled] is [code]true[/code] the specified [param agent] uses avoidance. + If [param enabled] is [code]true[/code], the specified [param agent] uses avoidance. @@ -283,7 +283,7 @@ - If [param enabled] is [code]true[/code] the specified [param link] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param link] will contribute to its current navigation map. @@ -485,7 +485,7 @@ - Set the navigation [param map] edge connection use. If [param enabled] the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + Set the navigation [param map] edge connection use. If [param enabled] is [code]true[/code], the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. @@ -520,7 +520,7 @@ - If [param enabled] the provided [param obstacle] affects avoidance using agents. + If [param enabled] is [code]true[/code], the provided [param obstacle] affects avoidance using agents. @@ -744,7 +744,7 @@ - If [param enabled] the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + If [param enabled] is [code]true[/code], the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. diff --git a/doc/classes/NavigationServer3D.xml b/doc/classes/NavigationServer3D.xml index ebde6fdf7b45..86c605b8a302 100644 --- a/doc/classes/NavigationServer3D.xml +++ b/doc/classes/NavigationServer3D.xml @@ -73,7 +73,7 @@ - If [param enabled] the provided [param agent] calculates avoidance. + If [param enabled] is [code]true[/code], the provided [param agent] calculates avoidance. @@ -324,7 +324,7 @@ - If [param enabled] is [code]true[/code] the specified [param link] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param link] will contribute to its current navigation map. @@ -574,7 +574,7 @@ - Set the navigation [param map] edge connection use. If [param enabled] the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + Set the navigation [param map] edge connection use. If [param enabled] is [code]true[/code], the navigation map allows navigation regions to use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. @@ -616,7 +616,7 @@ - If [param enabled] the provided [param obstacle] affects avoidance using agents. + If [param enabled] is [code]true[/code], the provided [param obstacle] affects avoidance using agents. @@ -813,7 +813,7 @@ - If [param enabled] is [code]true[/code] the specified [param region] will contribute to its current navigation map. + If [param enabled] is [code]true[/code], the specified [param region] will contribute to its current navigation map. @@ -877,7 +877,7 @@ - If [param enabled] the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin. + If [param enabled] is [code]true[/code], the navigation [param region] will use edge connections to connect with other navigation regions within proximity of the navigation map edge connection margin.