From 9065b4c3b783e35667f68046667399d652932433 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Fri, 21 May 2021 17:13:07 -0700 Subject: [PATCH] Added a jsdoc cross-reference from Configuration to its usage --- lib/jasmine-core/jasmine.js | 3 ++- src/core/Env.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 380829bd..ab22c86b 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -1014,7 +1014,8 @@ getJasmineRequireObj().Env = function(j$) { /** * This represents the available options to configure Jasmine. - * Options that are not provided will use their default values + * Options that are not provided will use their default values. + * @see Env#configure * @interface Configuration * @since 3.3.0 */ diff --git a/src/core/Env.js b/src/core/Env.js index 0dbf0a1c..741f0e16 100644 --- a/src/core/Env.js +++ b/src/core/Env.js @@ -35,7 +35,8 @@ getJasmineRequireObj().Env = function(j$) { /** * This represents the available options to configure Jasmine. - * Options that are not provided will use their default values + * Options that are not provided will use their default values. + * @see Env#configure * @interface Configuration * @since 3.3.0 */