View Source Antikythera.CodeUtil (antikythera v0.5.1)
Utilities involving Code
module, used for metaprogramming.
Summary
Functions
Fetches function document from already existing module.
Functions
@spec doc_by_mfa!(module(), atom(), non_neg_integer()) :: String.t()
Fetches function document from already existing module.
Used when annotating a function with the same doc attribute as that of another function.