/**
* Description
* On multiple lines.
*
* @param {String} - message
*/
function method() {}
Is included as valid, but it fails (as expected) with an error:
You started a new line with an upper case letter but previous line does not end with a period.
Is included as valid, but it fails (as expected) with an error: