Skip to content

Commit 9d1364f

Browse files
Add doc comment
1 parent 948118b commit 9d1364f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FSharp.Formatting.Common/HtmlModel.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,5 +751,6 @@ module internal Html =
751751
let iconifyIcon (props: HtmlProperties list) =
752752
HtmlElement.CustomElement("iconify-icon", props, [])
753753

754+
/// Toggle button for API doc details.
754755
let fsdocsDetailsToggle (props: HtmlProperties list) =
755756
HtmlElement.CustomElement("fsdocs-details-toggle", props, [])

0 commit comments

Comments
 (0)