package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. text : string;
  2. id : string;
  3. markdown : string;
  4. arguments : string list;
  5. properties : Properties.t;
}
val create : ?text:string -> ?id:string -> ?markdown:string -> ?arguments:string list -> ?properties:Properties.t -> unit -> t
val plain_text : text:string -> ?id:string -> ?arguments:string list -> unit -> t
val markdown : markdown:Frama_c_kernel.Markdown.elements -> ?id:string -> ?arguments:string list -> unit -> t