Skip to content

Commit

Permalink
docs(jsdocs): remove autoset @param field in jsdoc
Browse files Browse the repository at this point in the history
Autoset field is no longer used so this commit remove it from the jsdocs
comments for the schema fields
  • Loading branch information
BenMaruchu committed Apr 18, 2019
1 parent a6102fa commit 6ab53c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/servicerequest.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const ServiceRequestSchema = new Schema(
* @property {object} type - schema(data) type
* @property {string} ref - referenced collection
* @property {boolean} required - mark required
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} exists - ensure ref exists before save
* @property {object} autopopulate - jurisdiction population options
* @property {boolean} index - ensure database index
Expand All @@ -164,7 +163,6 @@ const ServiceRequestSchema = new Schema(
* @property {object} type - schema(data) type
* @property {string} ref - referenced collection
* @property {boolean} required - mark required
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} exists - ensure ref exists before save
* @property {object} autopopulate - jurisdiction population options
* @property {boolean} index - ensure database index
Expand All @@ -190,7 +188,6 @@ const ServiceRequestSchema = new Schema(
* @property {object} type - schema(data) type
* @property {string} ref - referenced collection
* @property {boolean} required - mark required
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} exists - ensure ref exists before save
* @property {object} autopopulate - jurisdiction population options
* @property {boolean} index - ensure database index
Expand All @@ -217,7 +214,6 @@ const ServiceRequestSchema = new Schema(
* @property {object} type - schema(data) type
* @property {string} ref - referenced collection
* @property {boolean} required - mark required
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} exists - ensure ref exists before save
* @property {object} autopopulate - jurisdiction population options
* @property {boolean} index - ensure database index
Expand All @@ -244,7 +240,6 @@ const ServiceRequestSchema = new Schema(
* @property {object} type - schema(data) type
* @property {string} ref - referenced collection
* @property {boolean} required - mark required
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} exists - ensure ref exists before save
* @property {object} autopopulate - jurisdiction population options
* @property {boolean} index - ensure database index
Expand Down Expand Up @@ -275,7 +270,6 @@ const ServiceRequestSchema = new Schema(
* @type {object}
* @property {object} type - schema(data) type
* @property ref - referenced collection
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} index - ensure database index
* @property {boolean} exists - ensure ref exists before save
* @see {@link Party}
Expand All @@ -301,7 +295,6 @@ const ServiceRequestSchema = new Schema(
* @type {Object}
* @property {object} type - schema(data) type
* @property ref - referenced collection
* @property {boolean} autoset - allow to set id from full object
* @property {boolean} index - ensure database index
* @property {boolean} exists - ensure ref exists before save
* @see {@link Party}
Expand Down

0 comments on commit 6ab53c0

Please sign in to comment.