summaryrefslogtreecommitdiff
path: root/ocamldoc/generators/odoc_literate.mli
blob: eaf38ba8f286d92249f76a50bd185758e2666fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(**************************************************************************)
(*                                                                        *)
(*                                 OCaml                                  *)
(*                                                                        *)
(*             Sebastien Hinderer, projet Cambium, INRIA Paris            *)
(*                                                                        *)
(*   Copyright 2022 Institut National de Recherche en Informatique et     *)
(*     en Automatique.                                                    *)
(*                                                                        *)
(*   All rights reserved.  This file is distributed under the terms of    *)
(*   the GNU Lesser General Public License version 2.1, with the          *)
(*   special exception on linking described in the file LICENSE.          *)
(*                                                                        *)
(**************************************************************************)

module Naming = Odoc_html.Naming

module Html : Odoc_html.Html_generator

module Generator :
  sig
    class html : Odoc_html.Generator.html
  end