diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h
index 88c2ea3f9c..8b5ffa233a 100644
--- a/interface/src/avatar/MyAvatar.h
+++ b/interface/src/avatar/MyAvatar.h
@@ -170,7 +170,8 @@ class MyAvatar : public Avatar {
* @property {Vec3} skeletonOffset - Can be used to apply a translation offset between the avatar's position and the
* registration point of the 3D model.
*
- * @property {Vec3} qmlPosition - A synonym for position
for use by QML. This is deprecated.
+ * @property {Vec3} qmlPosition - A synonym for position
for use by QML.
+ *
Deprecated: This property is deprecated and will be removed.
* * @property {Vec3} feetPosition - The position of the avatar's feet. * @property {boolean} shouldRenderLocally=true - Iftrue
then your avatar is rendered for you in Interface,