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 */