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

@@ -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