Invalid: ``` /** * Some description * @returns {srting} */ ``` Valid: ``` /** * Some description * * @returns {srting} */ ```
Invalid:
Valid: