aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-09-10 21:22:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-09-10 21:22:57 +0000
commitc039e4e618d7da96909d42995eb21074945a3624 (patch)
treea58d5f6393afb1e66b1ee9e73f8bd492acc534be /toplevel
parente72024e2292a50684b7f280d6efb8fee090e2dbf (diff)
Correction pour make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@594 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/command.ml2
-rw-r--r--toplevel/discharge.ml2
-rw-r--r--toplevel/fhimsg.ml2
-rw-r--r--toplevel/himsg.ml2
-rw-r--r--toplevel/minicoq.ml2
-rw-r--r--toplevel/record.ml2
6 files changed, 6 insertions, 6 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml
index 2a15741bf..e23d3b7f9 100644
--- a/toplevel/command.ml
+++ b/toplevel/command.ml
@@ -4,7 +4,7 @@
open Pp
open Util
open Options
-(*i open Generic i*)
+(* open Generic *)
open Term
open Declarations
open Inductive
diff --git a/toplevel/discharge.ml b/toplevel/discharge.ml
index 987daed1b..9a55f5adf 100644
--- a/toplevel/discharge.ml
+++ b/toplevel/discharge.ml
@@ -5,7 +5,7 @@ open Pp
open Util
open Names
open Sign
-(*i open Generic i*)
+(* open Generic *)
open Term
open Declarations
open Inductive
diff --git a/toplevel/fhimsg.ml b/toplevel/fhimsg.ml
index bee6f074a..92fb1bd93 100644
--- a/toplevel/fhimsg.ml
+++ b/toplevel/fhimsg.ml
@@ -4,7 +4,7 @@
open Pp
open Util
open Names
-(*i open Generic i*)
+(* open Generic *)
open Term
open Sign
open Environ
diff --git a/toplevel/himsg.ml b/toplevel/himsg.ml
index a6e63497d..cefa4d823 100644
--- a/toplevel/himsg.ml
+++ b/toplevel/himsg.ml
@@ -5,7 +5,7 @@ open Pp
open Util
open Options
open Names
-(*i open Generic i*)
+(* open Generic *)
open Term
open Inductive
open Indtypes
diff --git a/toplevel/minicoq.ml b/toplevel/minicoq.ml
index ab55fe549..7e2b1f5bd 100644
--- a/toplevel/minicoq.ml
+++ b/toplevel/minicoq.ml
@@ -4,7 +4,7 @@
open Pp
open Util
open Names
-(*i open Generic i*)
+(* open Generic *)
open Term
open Sign
open Declarations
diff --git a/toplevel/record.ml b/toplevel/record.ml
index 30f7dbdee..fbf258652 100644
--- a/toplevel/record.ml
+++ b/toplevel/record.ml
@@ -4,7 +4,7 @@
open Pp
open Util
open Names
-(*i open Generic i*)
+(* open Generic *)
open Term
open Declarations
open Declare