fix multiple dispatch in documentation
thiagonovaesb opened this issue · 0 comments
thiagonovaesb commented
There are some functions that are not being well documented because they need to be typed in the .md.
Example: PSRI.open
Solution: https://documenter.juliadocs.org/stable/man/syntax/#@docs-block
\```@docs
f(::Type1, ::Type2)
\```