ConcreteStructs.jl
ConcreteStructs.jl copied to clipboard
Documenting `@concrete` structs
"""
Object
Parameters:
- `x`: Stores information.
"""
@concrete terse struct Object
x
end
This throws an error:
'@concrete' not documentable. See 'Base.@__doc__' docs for details.
Thanks for the issue. Iβll check out why this isnβt working.
Hm. It seems that it only has a problem when the terse keyword is used. I'm actually not too sure how to debug this one at the moment. This is another good reason to start thinking about implementing #5.
+1 on this request. Being able to document all @concrete structs would be fantastic.