Ash.DocIndex behaviour (ash v1.52.0-rc.0) View Source

A module for configuring how a library is rendered in ash_hq

Link to this section Summary

Link to this section Types

Specs

extension() :: %{
  optional(:module) => module(),
  optional(:target) => String.t(),
  optional(:default_for_target?) => boolean(),
  optional(:name) => String.t(),
  optional(:type) => String.t()
}

Link to this section Callbacks

Specs

extensions() :: [extension()]

Specs

for_library() :: String.t()