aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdoc/cpretty.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-24 17:46:31 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-24 17:46:31 +0000
commite0bd95f7c3e0304506d62a900ae26c58ec3d4f38 (patch)
tree24731b56e8d50ed5b30e73f1ce7bf0d7ed198420 /tools/coqdoc/cpretty.mli
parent89ed0ae86a32572e1348519990a734697e7080a3 (diff)
pretty.mll of coqdoc becomes cpretty.mll (avoid clash with a camlp5 file)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12011 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdoc/cpretty.mli')
-rw-r--r--tools/coqdoc/cpretty.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/coqdoc/cpretty.mli b/tools/coqdoc/cpretty.mli
new file mode 100644
index 000000000..f02a79be5
--- /dev/null
+++ b/tools/coqdoc/cpretty.mli
@@ -0,0 +1,13 @@
+(************************************************************************)
+(* 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