diff options
| author | herbelin | 2000-09-10 21:22:57 +0000 |
|---|---|---|
| committer | herbelin | 2000-09-10 21:22:57 +0000 |
| commit | c039e4e618d7da96909d42995eb21074945a3624 (patch) | |
| tree | a58d5f6393afb1e66b1ee9e73f8bd492acc534be /library | |
| parent | e72024e2292a50684b7f280d6efb8fee090e2dbf (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 'library')
| -rw-r--r-- | library/declare.ml | 2 | ||||
| -rw-r--r-- | library/global.ml | 2 | ||||
| -rw-r--r-- | library/impargs.ml | 2 | ||||
| -rw-r--r-- | library/indrec.ml | 2 | ||||
| -rw-r--r-- | library/redinfo.ml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/library/declare.ml b/library/declare.ml index 9f98f3cb5a..5d62f067a7 100644 --- a/library/declare.ml +++ b/library/declare.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/library/global.ml b/library/global.ml index 741d11e758..e58f1b03b9 100644 --- a/library/global.ml +++ b/library/global.ml @@ -2,7 +2,7 @@ (* $Id$ *) open Util -(*i open Generic i*) +(* open Generic *) open Term open Instantiate open Sign diff --git a/library/impargs.ml b/library/impargs.ml index 3af4ecbecb..30e4c4e501 100644 --- a/library/impargs.ml +++ b/library/impargs.ml @@ -2,7 +2,7 @@ (* $Id$ *) open Names -(*i open Generic i*) +(* open Generic *) open Term open Reduction open Declarations diff --git a/library/indrec.ml b/library/indrec.ml index ddba73abed..655db9af7e 100644 --- a/library/indrec.ml +++ b/library/indrec.ml @@ -4,7 +4,7 @@ open Pp open Util open Names -(*i open Generic i*) +(* open Generic *) open Term open Declarations open Inductive diff --git a/library/redinfo.ml b/library/redinfo.ml index 9e5c86a528..6bd08a2ff8 100644 --- a/library/redinfo.ml +++ b/library/redinfo.ml @@ -3,7 +3,7 @@ open Util open Names -(*i open Generic i*) +(* open Generic *) open Term open Declarations open Reduction |
