From c5d7115038de5f83cb83e08748615a84fc26bee2 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sat, 6 Aug 2022 21:11:48 +0300 Subject: Rename the argument tag to param in XML documentation --- modules/openxr/doc_classes/OpenXRActionMap.xml | 16 ++++++++-------- modules/openxr/doc_classes/OpenXRActionSet.xml | 4 ++-- modules/openxr/doc_classes/OpenXRIPBinding.xml | 6 +++--- modules/openxr/doc_classes/OpenXRInteractionProfile.xml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'modules/openxr/doc_classes') diff --git a/modules/openxr/doc_classes/OpenXRActionMap.xml b/modules/openxr/doc_classes/OpenXRActionMap.xml index a29d10be41..8a2f666e3f 100644 --- a/modules/openxr/doc_classes/OpenXRActionMap.xml +++ b/modules/openxr/doc_classes/OpenXRActionMap.xml @@ -13,14 +13,14 @@ - + Add an action set. - + Add an interaction profile. @@ -33,21 +33,21 @@ - + Retrieve an action set by name. - + Find an interaction profile by its name (path). - + Retrieve the action set at this index. @@ -60,7 +60,7 @@ - + Get the interaction profile at this index. @@ -73,14 +73,14 @@ - + Remove an action set. - + Remove an interaction profile. diff --git a/modules/openxr/doc_classes/OpenXRActionSet.xml b/modules/openxr/doc_classes/OpenXRActionSet.xml index 55cc0aaad4..db3259ec07 100644 --- a/modules/openxr/doc_classes/OpenXRActionSet.xml +++ b/modules/openxr/doc_classes/OpenXRActionSet.xml @@ -12,7 +12,7 @@ - + Add an action to this action set. @@ -25,7 +25,7 @@ - + Remove an action from this action set. diff --git a/modules/openxr/doc_classes/OpenXRIPBinding.xml b/modules/openxr/doc_classes/OpenXRIPBinding.xml index f96637f2f5..00806bda06 100644 --- a/modules/openxr/doc_classes/OpenXRIPBinding.xml +++ b/modules/openxr/doc_classes/OpenXRIPBinding.xml @@ -11,7 +11,7 @@ - + Add an input/output path to this binding. @@ -24,14 +24,14 @@ - + Returns [code]true[/code] if this input/output path is part of this binding. - + Removes this input/output path from this binding. diff --git a/modules/openxr/doc_classes/OpenXRInteractionProfile.xml b/modules/openxr/doc_classes/OpenXRInteractionProfile.xml index 71c0db44ed..950bde031f 100644 --- a/modules/openxr/doc_classes/OpenXRInteractionProfile.xml +++ b/modules/openxr/doc_classes/OpenXRInteractionProfile.xml @@ -12,7 +12,7 @@ - + Retrieve the binding at this index. -- cgit v1.2.3