ma2gedev / power_assert_ex

Power Assert in Elixir. Shows evaluation results each expression.
https://github.com/ma2gedev/power_assert_ex
Other
214 stars 6 forks source link

hide `inject_store_code` explicitly #42

Closed ma2gedev closed 3 years ago

ma2gedev commented 3 years ago

inject_store_code is internal use only so hide it from automatically importing not only documentation.

Start the function name with one or two underscores, for example, add/2, and add @doc false. The compiler does not import functions with leading underscores and they hint to anyone reading the code of their intended private usage.

https://hexdocs.pm/elixir/writing-documentation.html#hiding-internal-modules-and-functions