diff options
| author | herbelin | 2005-01-21 17:24:37 +0000 |
|---|---|---|
| committer | herbelin | 2005-01-21 17:24:37 +0000 |
| commit | b7af7027d15afa2dee1695792a2658f0df392956 (patch) | |
| tree | bebcce8f9fbb305d0bd9aa203ec843677665323b /lib | |
| parent | accec4fc961d85ef21e73e690dedc36ce4c25f46 (diff) | |
Compatibilité ocamlweb pour cible doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6621 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/heap.mli | 2 | ||||
| -rw-r--r-- | lib/predicate.mli | 2 | ||||
| -rw-r--r-- | lib/profile.mli | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/heap.mli b/lib/heap.mli index de1b6f9bab..0bef2edb22 100644 --- a/lib/heap.mli +++ b/lib/heap.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id$ *) +(*i $Id$ i*) (* Heaps *) diff --git a/lib/predicate.mli b/lib/predicate.mli index 73e4ecce99..41d5399b97 100644 --- a/lib/predicate.mli +++ b/lib/predicate.mli @@ -1,5 +1,5 @@ -(* $Id$ *) +(*i $Id$ i*) (* Module [Pred]: sets over infinite ordered types with complement. *) diff --git a/lib/profile.mli b/lib/profile.mli index 065cbd0b90..ab2af23985 100644 --- a/lib/profile.mli +++ b/lib/profile.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id$ *) +(*i $Id$ i*) (*s This program is a small time and allocation profiler for Objective Caml *) |
