package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Logger/Emphasis/index.html

Module Logger.EmphasisSource

Sourcetype t =
  1. | Default
  2. | Bold
  3. | Italic
Sourceval to_string : t -> string
Sourceval of_string : string -> t

of_string s parses an emphasis name s into a t. Returns Default if the name is unrecognized.