Skip to content

Commit 54f24dd

Browse files
committed
HTML generation: reclassify .doc as .def-doc.
1 parent b98b517 commit 54f24dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/generator.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ let rec documentedSrc ~resolve (t : DocumentedSrc.t) : item Html.elt list =
245245
in
246246
let doc =
247247
Utils.optional_elt Html.td
248-
~a:(class_ [ "doc" ])
248+
~a:(class_ [ "def-doc" ])
249249
(block ~resolve doc)
250250
in
251251
let a, link = mk_anchor anchor in

0 commit comments

Comments
 (0)