web4bio / webgen

WebGen Vertically Integrated Project
https://web4bio.github.io/webgen/main/html/
11 stars 26 forks source link

add jsdoc documentation for `fillSelectBoxes.js` #351

Closed kaczmarj closed 2 years ago

kaczmarj commented 2 years ago

let's add jsdoc documentation for the functions in the file fillSelectBoxes. for an example of existing jsdocs, take a look at https://github.com/web4bio/webgen/blob/5bc6d5531169eb61baaf7af8cdd54e591a8fee37/main/js/dataProcessing/mergeExpression.js#L1-L18

and before you add documentation to a function, check if that function is used anywhere. if it's not used anywhere, perhaps we can remove it.

kaczmarj commented 2 years ago

clised by #363 and #367