View Source Doctor.Docs (Doctor v0.22.0)

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

Summary

Functions

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

Types

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

Functions

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