View Source Doctor.Docs (Doctor v0.21.0)

This module defines a struct which houses all the documentation data for module functions.

Link to this section Summary

Functions

Build the Docs struct from the results of Code.fetch_docs/0

Link to this section Types

@type t() :: %Doctor.Docs{arity: integer(), doc: map(), kind: atom(), name: atom()}

Link to this section Functions

Build the Docs struct from the results of Code.fetch_docs/0