summaryrefslogtreecommitdiff
path: root/test/scaladoc/run
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2015-04-02 16:08:25 +0200
committerAntoine Gourlay <antoine@gourlay.fr>2015-04-02 19:13:34 +0200
commit83ea1250882108c82e0e47adbebca28f907de4f4 (patch)
treee20ed191105462abbde829b78e043ec2aceb65e5 /test/scaladoc/run
parent2ce7ead5390368a2a6b7534f0ebfa20805b79221 (diff)
downloadscala-83ea1250882108c82e0e47adbebca28f907de4f4.tar.gz
scala-83ea1250882108c82e0e47adbebca28f907de4f4.tar.bz2
scala-83ea1250882108c82e0e47adbebca28f907de4f4.zip
fix scaladoc issue with parsing of empty tags
Consider the following code: /** * @see * @deprecated */ object Foo The comment parser properly parsed the body of the 'see' tag as empty, but not the one of 'deprecated': it supposedly contains a single character, a newline '\n', which is wrong. This always happened to the last tag in the list; it is always appended a new line (whether empty or not), which breaks formatting (and things later on that test if a body is empty of not).
Diffstat (limited to 'test/scaladoc/run')
0 files changed, 0 insertions, 0 deletions