Odoc_examples.MarkupMarkup examples.
The OCaml manual gives a comprehensive example of comment placement. This has been replicated in the module Foo below to show how this is rendered by odoc.
module type Foo = sig ... endThe first special comment of the file is the comment associated with the whole module.
module Stop : sig ... endThis module demonstrates the use of stop comments ((**/**))
module Scope : sig ... endmodule Preamble_examples : sig ... endThis module demonstrates the various ways that preambles are calculated