sord icon indicating copy to clipboard operation
sord copied to clipboard

Add --hide-private to omit anything with visibility private

Open dorner opened this issue 1 year ago • 0 comments

Currently, adding a @!visibility private tag does not affect sord's output. This PR adds a --hide-private option to not include anything tagged this way. Some examples might be monkey patching existing code (where our patch might inadvertently override better-documented existing methods), or more complex metaprogramming that sord might be confused by.

dorner avatar Jul 27 '22 18:07 dorner