From 7c52dda2a21312c17584c264c85dddb0a7150157 Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Fri, 18 Apr 2014 02:52:16 +0200 Subject: SI-8514 Remove scaladoc html inconsistencies Some classes only got inline comments instead of getting the full comment. --- src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala b/src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala index 26ee005d3e..11a962038a 100644 --- a/src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala +++ b/src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala @@ -306,9 +306,6 @@ class Template(universe: doc.Universe, generator: DiagramGenerator, tpl: DocTemp
{ memberToCommentBodyHtml(mbr, inTpl, isSelf = true) }
- case dte: DocTemplateEntity if mbr.comment.isDefined => - // comment of inner, documented class (only short comment, full comment is on the class' own page) - memberToInlineCommentHtml(mbr, isSelf) case _ => // comment of non-class member or non-documentented inner class val commentBody = memberToCommentBodyHtml(mbr, inTpl, isSelf = false) -- cgit v1.2.3