Documentation of structs created with @with_kw
from Parameters is not parsed in Pluto
#1662
Labels
@with_kw
from Parameters is not parsed in Pluto
#1662
When creating custom structures with
@with_kw
from Parameters.jl, eventual docstrings that are added to the custom structure are not parsed/shown by the in-built Pluto doc helper:definition with
Base.@kwdef
parses the documentation properly but unlike a standard struct definition, the docstring is not sent as output to the cell where the custom struct is defined (The struct name is simply shown in the output like TEST2 in the image above)The text was updated successfully, but these errors were encountered: