Hiding entries?
Hi there. Is it possible to exclude certain entries from being added to the generated documentation? The use-case is when deprecating functions; I want to leave the old symbol in the exported module table, but I don't want that symbol to be visible in the docs. The effect will be that old code still works, but new users will only ever use the new functions listed in the docs.
Thoughts? Thank you.