freeipa-webui icon indicating copy to clipboard operation
freeipa-webui copied to clipboard

Adapt the comments in JSDoc format (in `utils.ts`)

Open carma12 opened this issue 1 year ago • 0 comments

The comments in the utils.ts file should be adapted into JSDoc format. This way, its description can be seen when it is used anywhere and this functionality is compatible with many IDEs. image

E.g., Instead of:

// Here is a description
// Two lines have been added

Do:

/*
* Here is a description
* Two lines have been added 
*/

carma12 avatar Mar 01 '24 10:03 carma12