package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. text : string;
  2. markdown : string;
  3. properties : Properties.t;
}
val create : text:string -> ?markdown:string -> ?properties:Properties.t -> unit -> t
val default : t
OCaml

Innovation. Community. Security.