package odoc

  1. Overview
  2. Docs

doc/odoc.examples/Odoc_examples/Markup/Stop/index.html

Module Markup.Stop

This module demonstrates the use of stop comments ((**/**))

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".

OCaml

Innovation. Community. Security.