Skip to content

Commit 7acf854

Browse files
committed
Fix docs
1 parent 7e69fe0 commit 7acf854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MixedRealityToolkit.Providers/XRSDK/XRSDKDeviceManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ protected virtual void RemoveController(InputDevice inputDevice)
209209
}
210210

211211
/// <summary>
212-
/// Gets the concrete type of the detected controller, based on the <see cref="SupportedControllerType"/> and defined per-platform.
212+
/// Gets the concrete type of the detected controller, based on the <see cref="Toolkit.Input.SupportedControllerType"/> and defined per-platform.
213213
/// </summary>
214214
/// <param name="supportedControllerType">The current controller type.</param>
215215
/// <returns>The concrete type of the currently detected controller.</returns>
@@ -219,7 +219,7 @@ protected virtual Type GetControllerType(SupportedControllerType supportedContro
219219
}
220220

221221
/// <summary>
222-
/// Returns the <see cref="InputSourceType"/> of the currently detected controller, based on the <see cref="SupportedControllerType"/>.
222+
/// Returns the <see cref="Toolkit.Input.InputSourceType"/> of the currently detected controller, based on the <see cref="Toolkit.Input.SupportedControllerType"/>.
223223
/// </summary>
224224
/// <param name="supportedControllerType">The current controller type.</param>
225225
/// <returns>The enum value of the currently detected controller's InputSource type.</returns>

0 commit comments

Comments
 (0)