package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type match_format =
  1. | Normal
  2. | Emacs
  3. | OneLine
  4. | Json
val print_header : match_format -> unit
val print_match : ?format:match_format -> Parse_info.info list -> unit
val print_trailer : match_format -> unit
val join_with_space_if_needed : string list -> string