diff --git a/client/src/collection.js b/client/src/collection.js index abf383db1e..930bfcdb3c 100644 --- a/client/src/collection.js +++ b/client/src/collection.js @@ -93,6 +93,7 @@ define('collection', [], function () { * * @name entityType * @type {string} + * @memberof Espo.Collection.prototype */ /** @@ -100,6 +101,7 @@ define('collection', [], function () { * * @name length * @type {number} + * @memberof Espo.Collection.prototype */ /** @@ -107,6 +109,7 @@ define('collection', [], function () { * * @name length * @type {Espo.Model[]} + * @memberof Espo.Collection.prototype */ /** diff --git a/client/src/model.js b/client/src/model.js index e82279f664..07f00e8d25 100644 --- a/client/src/model.js +++ b/client/src/model.js @@ -88,6 +88,7 @@ define('model', [], function () { * @name entityType * @property {string} * @public + * @memberof Espo.Model.prototype */ /** @@ -96,6 +97,7 @@ define('model', [], function () { * @name cid * @type {?string} * @public + * @memberof Espo.Model.prototype */ /** @@ -104,6 +106,7 @@ define('model', [], function () { * @name cid * @type {string} * @public + * @memberof Espo.Model.prototype */ /** @@ -112,6 +115,7 @@ define('model', [], function () { * @name attributes * @type {Object} * @public + * @memberof Espo.Model.prototype */ /** diff --git a/client/src/view.js b/client/src/view.js index 0ed6bc9bf0..de819037af 100644 --- a/client/src/view.js +++ b/client/src/view.js @@ -46,6 +46,7 @@ define('view', [], function () { * * @name model * @type {?Espo.Model} + * @memberof Espo.View.prototype * @public */ @@ -54,6 +55,7 @@ define('view', [], function () { * * @name collection * @type {?Espo.Collection} + * @memberof Espo.View.prototype * @public */