Skip to content

Commit f7562ef

Browse files
committed
try packagedocs on generic
1 parent 7ca0212 commit f7562ef

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,6 @@ apiRules:
5252
- exclude:
5353
uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics(?:\..+)*$
5454
type: Namespace
55-
- exclude:
56-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD$
57-
type: Type
58-
- exclude:
59-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD\..*$
60-
type: Member
61-
- exclude:
62-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRController$
63-
type: Type
64-
- exclude:
65-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRController\..*$
66-
type: Member
67-
- exclude:
68-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRControllerWithRumble$
69-
type: Type
70-
- exclude:
71-
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRControllerWithRumble\..*$
72-
type: Member
7355
- exclude:
7456
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRSupport$
7557
type: Type

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if PACKAGE_DOCS_GENERATION
12
using UnityEngine.InputSystem.Controls;
23
using UnityEngine.InputSystem.XR.Haptics;
34
using UnityEngine.InputSystem.Layouts;
@@ -153,3 +154,4 @@ public void SendImpulse(float amplitude, float duration)
153154
}
154155
}
155156
}
157+
#endif

0 commit comments

Comments
 (0)