package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Renderer.InlineSource

Sourcetype t =
  1. | Break
  2. | Inlines of t list
  3. | Text of string
  4. | Code_span of string list
  5. | Emphasis of t
  6. | Strong_emphasis of t
  7. | Image of link
  8. | Raw_html of string list
Sourceval is_empty : t -> bool
OCaml

Innovation. Community. Security.