Hi ! Using master, and `--doc-comments=after`, ``` (** This is a comment *) module Make = Map.Make ``` is left unchanged by ocamlformat, while the comment should be moved after the module.