package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sarif.MultiformatMessageStringSource

Sourcetype t = {
  1. text : string;
  2. markdown : string;
  3. properties : Properties.t;
}
Sourceval create : text:string -> ?markdown:string -> ?properties:Properties.t -> unit -> t
Sourceval default : t