priv_check v0.2.2 PrivCheck.DocChecker View Source

Find docs of module, caching results for performance

Depends heavily on the documentation layout described and implemented in EEP 48: http://erlang.org/eeps/eep-0048.html

Link to this section Summary

Functions

Check the visiblity type of the given module

Check if the given module is considered public

Link to this section Types

Link to this type

visibility()

View Source
visibility() :: :public | :private | :not_found

Link to this section Functions

Link to this function

mfa_visibility(arg)

View Source
mfa_visibility(mfa()) :: visibility() | :unknown
Link to this function

mod_visibility(mod)

View Source
mod_visibility(module()) :: visibility()

Check the visiblity type of the given module

Check if the given module is considered public