JuliaServices / Match.jl

Advanced Pattern Matching for Julia
https://juliaservices.github.io/Match.jl/latest/
Other
240 stars 22 forks source link

Docstrings #57

Closed codesections closed 1 year ago

codesections commented 5 years ago

Thanks for writing match—it adds a feature I've become pretty addicted to from other languages to Julia!

I noticed that @match does not currently have a docstring, unlike the items in the standard library. This means that the ? operator in the REPL and the @doc macro do not display any documentation.

Would you be open to a PR that adds docstrings? If so, I would be happy to submit a PR that uses a modified version of the documentation in the README.

gafter commented 1 year ago

There are doc strings in version 2.