Skip to content

Commit

Permalink
Add missing docstring for UnmatchedCard
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Sep 19, 2023
1 parent ca91fba commit d2b21a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/card.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
abstract type AbstractDemoCard end

"""
struct MarkdownDemoCard <: AbstractDemoCard
MarkdownDemoCard(path::String)
Constructs a unknown-format demo card from a file at `path`.
"""
struct UnmatchedCard <: AbstractDemoCard
path::String
end
Expand Down

0 comments on commit d2b21a5

Please sign in to comment.