Fixes for inline jsdoc

This commit is contained in:
Simon Walton 2019-03-27 12:00:30 -07:00
parent 6b21fc1af7
commit e62270fccf
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@
* avatar. <em>Read-only.</em>
* @property {number} sensorToWorldScale - The scale that transforms dimensions in the user's real world to the avatar's
* size in the virtual world. <em>Read-only.</em>
* @property {boolean} hasPriority - is the avatar in a Hero zone? <em>Read-only.</em>
*
* @example <caption>Create a scriptable avatar.</caption>
* (function () {

View file

@ -479,7 +479,7 @@ class AvatarData : public QObject, public SpatiallyNestable {
* avatar. <em>Read-only.</em>
* @property {number} sensorToWorldScale - The scale that transforms dimensions in the user's real world to the avatar's
* size in the virtual world. <em>Read-only.</em>
* @property {boolean} hasPriority - is the avatar in a Hero zone? <em>Read-only</em>
* @property {boolean} hasPriority - is the avatar in a Hero zone? <em>Read-only.</em>
*/
Q_PROPERTY(glm::vec3 position READ getWorldPosition WRITE setPositionViaScript)
Q_PROPERTY(float scale READ getDomainLimitedScale WRITE setTargetScale)