dtsmake icon indicating copy to clipboard operation
dtsmake copied to clipboard

JSDoc tag (@param, @return) duplication when it was already defined in the target JavaScript code.

Open ConquestArrow opened this issue 9 years ago • 1 comments

JSDoc tag (@param, @return) duplication when it was already defined in the target JavaScript code.

/**
 * any document...
 * @param arg already-defined-text
 * @param arg 
 * @return original doc
 * @return
 */
function doSomething(param:any):any{
  /* ... */
}

ConquestArrow avatar Mar 30 '16 13:03 ConquestArrow

Will this bug be fixed?

DKPlugins avatar Jan 28 '18 19:01 DKPlugins