Skip to content

Commit

Permalink
feat: type doc right below initial type naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 13, 2023
1 parent d70c8b7 commit 96147ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocGen4/Output/Module.lean
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def docInfoToHtml (module : Name) (doc : DocInfo) : HtmlM Html := do
[leanInkHtml]
[attrsHtml]
{← docInfoHeader doc}
[docInfoHtml]
[docStringHtml]
[docInfoHtml]
[extraInfoHtml]
</div>
</div>
Expand Down

0 comments on commit 96147ea

Please sign in to comment.