ExDoc.URLNode (ExDoc v0.40.1)

Copy Markdown View Source

Represents an extra URL.

Summary

Types

t()

@type t() :: %ExDoc.URLNode{
  group: atom() | nil,
  id: String.t(),
  title: String.t(),
  url: String.t()
}