Fixed jsdocs for recent additions

This commit is contained in:
Steve Gravrock
2020-07-10 15:41:02 -07:00
parent 226d3ba939
commit 70c416d5c9
4 changed files with 14 additions and 14 deletions

View File

@@ -2077,7 +2077,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SpecResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SpecResult}
* @name Env#setSpecProperty
* @since 3.6.0
* @function
@@ -2094,7 +2094,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SuiteResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SuiteResult}
* @name Env#setSuiteProperty
* @since 3.6.0
* @function
@@ -6030,7 +6030,7 @@ getJasmineRequireObj().toHaveSize = function(j$) {
* {@link expect} the actual size to be equal to the expected, using array-like length or object keys size.
* @function
* @name matchers#toHaveSize
* @since 3.5.1
* @since 3.6.0
* @param {Object} expected - Expected size
* @example
* array = [1,2];
@@ -7370,8 +7370,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SpecResult#properties}
* @name Env#setSpecProperty
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SpecResult}
* @name setSpecProperty
* @since 3.6.0
* @function
* @param {String} key The name of the property
@@ -7382,8 +7382,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SuiteResult#properties}
* @name Env#setSuiteProperty
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SuiteResult}
* @name setSuiteProperty
* @since 3.6.0
* @function
* @param {String} key The name of the property

View File

@@ -1125,7 +1125,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SpecResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SpecResult}
* @name Env#setSpecProperty
* @since 3.6.0
* @function
@@ -1142,7 +1142,7 @@ getJasmineRequireObj().Env = function(j$) {
};
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SuiteResult#properties}
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SuiteResult}
* @name Env#setSuiteProperty
* @since 3.6.0
* @function

View File

@@ -3,7 +3,7 @@ getJasmineRequireObj().toHaveSize = function(j$) {
* {@link expect} the actual size to be equal to the expected, using array-like length or object keys size.
* @function
* @name matchers#toHaveSize
* @since 3.5.1
* @since 3.6.0
* @param {Object} expected - Expected size
* @example
* array = [1,2];

View File

@@ -169,8 +169,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SpecResult#properties}
* @name Env#setSpecProperty
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SpecResult}
* @name setSpecProperty
* @since 3.6.0
* @function
* @param {String} key The name of the property
@@ -181,8 +181,8 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Sets a user-defined property that will be provided to reporters as part of {@link SuiteResult#properties}
* @name Env#setSuiteProperty
* Sets a user-defined property that will be provided to reporters as part of the properties field of {@link SuiteResult}
* @name setSuiteProperty
* @since 3.6.0
* @function
* @param {String} key The name of the property