Merge pull request #1217 from ctrlaltdavid/fix/jsdoc

Fix missed JSDoc tag change
This commit is contained in:
David Rowe 2021-05-17 08:02:14 +12:00 committed by GitHub
commit 42ce3b34a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -535,7 +535,7 @@ bool OculusMobileInputDevice::triggerHapticPulse(float strength, float duration,
return success;
}
/**jsdoc
/*@jsdoc
* <p>The <code>Controller.Hardware.OculusTouch</code> object has properties representing Oculus Rift. The property values are
* integer IDs, uniquely identifying each output. <em>Read-only.</em> These can be mapped to actions or functions or
* <code>Controller.Standard</code> items in a {@link RouteObject} mapping.</p>