Skip to content

Commit 1b146a4

Browse files
committed
regex fix
1 parent 06af488 commit 1b146a4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Packages/com.unity.inputsystem/Documentation~/filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ apiRules:
5050
uidRegex: ^Unity\.XR\.WindowsMR\.Input\..*$
5151
type: Namespace
5252
- exclude:
53-
uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics\..*$
53+
uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics(?:\..+)*$
5454
type: Namespace
5555
- exclude:
5656
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD$

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !PACKAGE_DOCS_GENERATION
2-
31
using System;
42
using System.Collections.Generic;
53
using UnityEngine.InputSystem.Layouts;
@@ -511,4 +509,3 @@ public static void Initialize()
511509
}
512510
}
513511
}
514-
#endif

0 commit comments

Comments
 (0)