summaryrefslogtreecommitdiff
path: root/tools/coqdoc/cpretty.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tools/coqdoc/cpretty.mli')
-rw-r--r--tools/coqdoc/cpretty.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/coqdoc/cpretty.mli b/tools/coqdoc/cpretty.mli
new file mode 100644
index 00000000..213c76aa
--- /dev/null
+++ b/tools/coqdoc/cpretty.mli
@@ -0,0 +1,14 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(*i $Id$ i*)
+
+open Index
+
+val coq_file : string -> Cdglobals.coq_module -> unit
+val detect_subtitle : string -> Cdglobals.coq_module -> string option