View Source doctest (doctest v0.5.1)

Provides module/1 and module/2 to test doc attributes.

Summary

Types

-type options() :: #{moduledoc => boolean(), funs => boolean() | [{atom(), arity()}]}.
-type test_result() :: ok | error | {error, term()}.

Functions