Skip to content

Commit

Permalink
MAINTENANCE fix JSDoc annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Oct 3, 2024
1 parent 2cb968d commit 709b869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/settingscontroller.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* istanbul ignore file @preserve */

/**
* @module web/SettingsController
*/
Expand All @@ -23,9 +24,8 @@ class SettingsController {
* config - reference to ConfigController
*/
#config;
// eslint-disable-next-line jsdoc/require-description
/**
* Constructor
*
* @param {Object} model - new SettingsModel
* @param {SettingsView} view - new SettingsView
*/
Expand All @@ -51,7 +51,7 @@ class SettingsController {

/**
* Convert the rendered settings back to the model and pass it on
* to the [XKPasswd]{@link module:XKPasswd~XKPasswd} class to use for password generation
* to the [XKPasswd]{@link module:lib/XKPasswd~XKPasswd} class to use for password generation
*
* @param {Object} settings - the object containing the new settings
* @function
Expand Down

0 comments on commit 709b869

Please sign in to comment.