Minor jsdoc cleanup

This commit is contained in:
Steve Gravrock
2025-08-09 08:35:49 -07:00
parent 395ef85954
commit 42cca93926
2 changed files with 6 additions and 6 deletions

View File

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

View File

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