Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jun 5, 2024
1 parent 948118b commit 9d1364f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharp.Formatting.Common/HtmlModel.fs
Original file line number Diff line number Diff line change
Expand Up @@ -751,5 +751,6 @@ module internal Html =
let iconifyIcon (props: HtmlProperties list) =
HtmlElement.CustomElement("iconify-icon", props, [])

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

0 comments on commit 9d1364f

Please sign in to comment.