APIDoc v0.1.3 APIDoc.Doc.Contact View Source

Contact information.

Example

%Contact{
  name: "Bob Franken",
  email: "bob@example.com",
  url: "http://example.com/bob"
}

Link to this section Summary

Types

t()

Contact information.

Link to this section Types

Link to this type

t() View Source
t() :: %APIDoc.Doc.Contact{email: String.t(), name: String.t(), url: String.t()}

Contact information.

Example

%Contact{
  name: "Bob Franken",
  email: "bob@example.com",
  url: "http://example.com/bob"
}