Skip to content
Snippets Groups Projects
Commit ffd601f1 authored by Julien Signoles's avatar Julien Signoles
Browse files

lint

parent 4a5b331b
No related branches found
No related tags found
No related merge requests found
......@@ -86,11 +86,11 @@ class type extensible_printer_type = object
(unit -> unit)
-> unit
(** Open a ghost context if the the first [bool] is true and we are not
already in a ghost context. [post_fmt] is a format like ["%t"] and is used
to define the format at the end of the ghost context. [block] indicates
whether we should open a C block or not (defaults to [true]). The last
parameter is the function to be applied in the ghost context (generally
some AST element).
already in a ghost context. [post_fmt] is a format like ["%t"] and is used
to define the format at the end of the ghost context. [block] indicates
whether we should open a C block or not (defaults to [true]). The last
parameter is the function to be applied in the ghost context (generally
some AST element).
@since 19.0-Potassium+dev *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment