Skip to content

Commit 0a0b2fb

Browse files
committed
Removed Attributes header
1 parent 0006447 commit 0a0b2fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/renderers/MemberRenderer.scala

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class MemberRenderer(signatureRenderer: SignatureRenderer)(using DocContext) ext
122122
Option.when(bodyContents.nonEmpty || attributes.nonEmpty)(
123123
div(cls := "cover")(
124124
div(cls := "doc")(bodyContents),
125-
h2(cls := "h500")("Attributes"),
126125
dl(cls := "attributes")(attributes*)
127126
)
128127
)

0 commit comments

Comments
 (0)