diff options
| author | herbelin | 2005-01-21 17:18:23 +0000 |
|---|---|---|
| committer | herbelin | 2005-01-21 17:18:23 +0000 |
| commit | d7b2414b631d71e89e677d650b84bd4fadd44895 (patch) | |
| tree | 47b653e7e0ae9b83dbc8a96b2c5be4717b2eefbd /lib | |
| parent | ea6bd4e5496f0fd7e059cd9b924f29ca80a38ae2 (diff) | |
Compatibilité ocamlweb pour cible doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6616 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bigint.mli | 2 | ||||
| -rw-r--r-- | lib/rtree.mli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bigint.mli b/lib/bigint.mli index 38de5b6172..f363d536a5 100644 --- a/lib/bigint.mli +++ b/lib/bigint.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id$ *) +(*i $Id$ i*) (*i*) open Pp diff --git a/lib/rtree.mli b/lib/rtree.mli index 02112428c8..80523d588f 100644 --- a/lib/rtree.mli +++ b/lib/rtree.mli @@ -20,7 +20,7 @@ val mk_node : 'a -> 'a t array -> 'a t val mk_rec : 'a t array -> 'a t array (* [lift k t] increases of [k] the free parameters of [t]. Needed - to avoid captures when a tree appears under mk_rec *) + to avoid captures when a tree appears under [mk_rec] *) val lift : int -> 'a t -> 'a t val map : ('a -> 'b) -> 'a t -> 'b t |
