Open dpsanders opened 8 years ago
I implemented something at this branch: https://github.com/fredrikekre/julia/commit/c87fff4be62eea0941b9718ab2da6da9061ae317
This attaches the deprecation string as a documentation for deprecated function signatures and deprecated symbols (if they are deprecated with @deprecate
). The problem is that these docstrings also leak into the documentation; so if people like this, then we need to make sure that deprecated method signatures are excluded from the docs.
Example:
The replacement (if there is one) for deprecated functions should be given when help is asked for; the following doesn't help me remember what to replace
bytestring
by: