```ocaml module M : sig (** Doc for [M]. *) end ``` In this example, the page for the top-level module doesn't contain the synopsis for the module `M` near its definition. Ocamldoc does this and the documentation for the Stdlib may rely on this. cc @dbuenzli