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

Link to this function

doc_by_mfa!(module, function, arity)

View Source
@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.