package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type org_line =
  1. | Header of int * string
  2. | Comment of string
  3. | Other of string
type org = org_line list
val parse : Common.filename -> org
val highlight : org -> (string * Highlight_code.category option * Common2.filepos) list