Skip to content

Commit 42f6030

Browse files
knueselyebai
andauthored
Fix ignored docstring for Model{Missing} constructor (#219)
Co-authored-by: Hong Ge <[email protected]>
1 parent bdbaf32 commit 42f6030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct Model{F,argnames,defaultnames,missings,Targs,Tdefaults} <:
3939
args::NamedTuple{argnames,Targs}
4040
defaults::NamedTuple{defaultnames,Tdefaults}
4141

42-
"""
42+
@doc """
4343
Model{missings}(name::Symbol, f, args::NamedTuple, defaults::NamedTuple)
4444
4545
Create a model of name `name` with evaluation function `f` and missing arguments

0 commit comments

Comments
 (0)