summaryrefslogtreecommitdiff
path: root/ocamldoc/generators/odoc_literate.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/generators/odoc_literate.mli')
-rw-r--r--ocamldoc/generators/odoc_literate.mli23
1 files changed, 23 insertions, 0 deletions
diff --git a/ocamldoc/generators/odoc_literate.mli b/ocamldoc/generators/odoc_literate.mli
new file mode 100644
index 0000000000..eaf38ba8f2
--- /dev/null
+++ b/ocamldoc/generators/odoc_literate.mli
@@ -0,0 +1,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