Skip to content

Commit

Permalink
Add missing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Apr 5, 2024
1 parent 0e1b1bf commit 6829f5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/verso-manual/Verso/Genre/Manual/Basic.lean
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/-
Copyright (c) 2024 Lean FRO LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: David Thrane Christiansen
-/

import Lean
import Verso.Doc
import Verso.Doc.Html
Expand Down
6 changes: 6 additions & 0 deletions src/verso-manual/Verso/Genre/Manual/Docstring.lean
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/-
Copyright (c) 2024 Lean FRO LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: David Thrane Christiansen
-/

import Lean
import Verso.Genre.Manual.Basic
import Verso.Doc.Elab.Monad
Expand Down

0 comments on commit 6829f5e

Please sign in to comment.