Community
Participate
Working Groups
/** * @param {String/Date} param * @param {String} [p2] * @returns {String} */ is changed to this which changes the meaning of the jsdoc and is not parsed correctly /** * @param {String/Date} * param * @param {String} * [p2] * @returns {String} */
found while testing bug 399450
Created attachment 227307 [details] uncheck new line after @param We should make default not remove newlines
Updated the default formatter preference. git.exe push --progress "origin" b_400271:b_400271 gitroot/vjet/org.eclipse.vjet.eclipse.git
Reopen it until it was verified.
Patch looks good default settings are changed. I believe there is difference between what formatter assumes is the description vs the param name. This is a good one to not enable unless you opt in for this one.