Skip to content

Commit

Permalink
Fix ignored docstring for Model{Missing} constructor (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Ge <hg344@cam.ac.uk>
  • Loading branch information
knuesel and yebai authored Jul 16, 2021
1 parent bdbaf32 commit 42f6030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct Model{F,argnames,defaultnames,missings,Targs,Tdefaults} <:
args::NamedTuple{argnames,Targs}
defaults::NamedTuple{defaultnames,Tdefaults}

"""
@doc """
Model{missings}(name::Symbol, f, args::NamedTuple, defaults::NamedTuple)
Create a model of name `name` with evaluation function `f` and missing arguments
Expand Down

0 comments on commit 42f6030

Please sign in to comment.