Minor jsdoc cleanup
This commit is contained in:
@@ -1310,7 +1310,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Whether or not reporters should hide disabled specs from their output.
|
* Whether reporters should hide disabled specs from their output.
|
||||||
* Currently only supported by Jasmine's HTMLReporter
|
* Currently only supported by Jasmine's HTMLReporter
|
||||||
* @name Configuration#hideDisabled
|
* @name Configuration#hideDisabled
|
||||||
* @since 3.3.0
|
* @since 3.3.0
|
||||||
@@ -1337,10 +1337,10 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
*/
|
*/
|
||||||
forbidDuplicateNames: false,
|
forbidDuplicateNames: false,
|
||||||
/**
|
/**
|
||||||
* Whether or not to issue warnings for certain deprecated functionality
|
* Whether to issue warnings for certain deprecated functionality
|
||||||
* every time it's used. If not set or set to false, deprecation warnings
|
* every time it's used. If not set or set to false, deprecation warnings
|
||||||
* for methods that tend to be called frequently will be issued only once
|
* for methods that tend to be called frequently will be issued only once
|
||||||
* or otherwise throttled to to prevent the suite output from being flooded
|
* or otherwise throttled to prevent the suite output from being flooded
|
||||||
* with warnings.
|
* with warnings.
|
||||||
* @name Configuration#verboseDeprecations
|
* @name Configuration#verboseDeprecations
|
||||||
* @since 3.6.0
|
* @since 3.6.0
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Whether or not reporters should hide disabled specs from their output.
|
* Whether reporters should hide disabled specs from their output.
|
||||||
* Currently only supported by Jasmine's HTMLReporter
|
* Currently only supported by Jasmine's HTMLReporter
|
||||||
* @name Configuration#hideDisabled
|
* @name Configuration#hideDisabled
|
||||||
* @since 3.3.0
|
* @since 3.3.0
|
||||||
@@ -153,10 +153,10 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
*/
|
*/
|
||||||
forbidDuplicateNames: false,
|
forbidDuplicateNames: false,
|
||||||
/**
|
/**
|
||||||
* Whether or not to issue warnings for certain deprecated functionality
|
* Whether to issue warnings for certain deprecated functionality
|
||||||
* every time it's used. If not set or set to false, deprecation warnings
|
* every time it's used. If not set or set to false, deprecation warnings
|
||||||
* for methods that tend to be called frequently will be issued only once
|
* for methods that tend to be called frequently will be issued only once
|
||||||
* or otherwise throttled to to prevent the suite output from being flooded
|
* or otherwise throttled to prevent the suite output from being flooded
|
||||||
* with warnings.
|
* with warnings.
|
||||||
* @name Configuration#verboseDeprecations
|
* @name Configuration#verboseDeprecations
|
||||||
* @since 3.6.0
|
* @since 3.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user