odoc.examples
Markup.Stop
This module demonstrates the use of stop comments ((**/**))
(**/**)
odoc
odoc.document
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
class type foo = object ... end
val foo : string
This value appears in the documentation, since the Stop special comment in the class does not affect the parent module of the class.
type t = string
The type t appears since in the documentation since the previous stop comment toggled off the "no documentation mode".