We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006447 commit 0a0b2fbCopy full SHA for 0a0b2fb
scaladoc/src/dotty/tools/scaladoc/renderers/MemberRenderer.scala
@@ -122,7 +122,6 @@ class MemberRenderer(signatureRenderer: SignatureRenderer)(using DocContext) ext
122
Option.when(bodyContents.nonEmpty || attributes.nonEmpty)(
123
div(cls := "cover")(
124
div(cls := "doc")(bodyContents),
125
- h2(cls := "h500")("Attributes"),
126
dl(cls := "attributes")(attributes*)
127
)
128
0 commit comments