read_doc v0.1.0 ReadDoc.Message

Link to this section Summary

Link to this section Types

Link to this type severity_type()
severity_type() :: :warning
Link to this type t()
t() :: %ReadDoc.Message{lnb: number(), message: String.t(), severity: severity_type()}
Link to this type ts()
ts() :: [t()]

Link to this section Functions

Link to this function emit_messages(messages, file)
emit_messages(ts(), String.t()) :: :ok
Link to this function warning(message, lnb)
warning(String.t(), number()) :: t()