summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/t5795.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5795 empty scaladoc tags should be omitted from outputAntoine Gourlay2015-04-021-0/+4
Empty scaladoc tags, like `@param`, `@return`, `@version`, etc. should be omitted from the output when they have no meaning by themselves. They are still parsed, for validation (warning that a tag doesn't exist and so on), but are removed, if empty, when building the Comment. The only ones that stay even when empty are `@deprecated`, so that the class name can be striked-through ("Deprecated" also appears in the header, even if there is no message with it), and `@throws`.