antikythera v0.2.0 Antikythera.CodeUtil View Source

Utilities involving Code module, used for metaprogramming.

Link to this section Summary

Functions

Fetches function document from already existing module

Link to this section Functions

Link to this function doc_by_mfa!(module, function, arity) View Source
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.