Kernel_ast.Informationval register :
id:string ->
label:string ->
title:string ->
?descr:string ->
?enable:(unit -> bool) ->
(Stdlib.Format.formatter -> Frama_c_kernel.Printer_tag.localizable -> unit) ->
unitRegisters a marker information printer. Identifier id shall be unique.
label shall be very short.title shall succinctly describe the kind of information.descr optional longer description explaining the informationenable optional dynamical filter for enabling this informationThe printer shall raise Not_found exception when there is no information for the localizable.
val signal : Request.signalUpdated information signal