Make JSDoc happy

This commit is contained in:
Zach Fox 2018-07-16 09:33:36 -07:00
parent c3ffe7eb97
commit ac2351e49f

View file

@ -162,9 +162,9 @@ public:
* than iterating over each avatar and obtaining data about them in JavaScript, as that method
* locks and unlocks each avatar's data structure potentially hundreds of times per update tick.
* @function AvatarManager.getPalData
* @param {string list} specificAvatarIdentifiers - A list of specific Avatar Identifiers about which
* you want to get PAL data
* @returns {string}
* @param {string[]} specificAvatarIdentifiers - A list of specific Avatar Identifiers about
* which you want to get PAL data
* @returns {object}
*/
Q_INVOKABLE QVariantMap getPalData(const QList<QString> specificAvatarIdentifiers = QList<QString>());