aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-01-21 17:18:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-01-21 17:18:23 +0000
commitd7b2414b631d71e89e677d650b84bd4fadd44895 (patch)
tree47b653e7e0ae9b83dbc8a96b2c5be4717b2eefbd /library/nametab.mli
parentea6bd4e5496f0fd7e059cd9b924f29ca80a38ae2 (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 'library/nametab.mli')
-rwxr-xr-xlibrary/nametab.mli7
1 files changed, 4 insertions, 3 deletions
diff --git a/library/nametab.mli b/library/nametab.mli
index bd6780c8a..81e7c6166 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -33,13 +33,14 @@ open Libnames
\item [locate : qualid -> object_reference]
- Finds the object referred to by [qualid] or raises Not_found
+ Finds the object referred to by [qualid] or raises [Not_found]
- \item [name_of] : object_reference -> user_name
+ \item [name_of : object_reference -> user_name]
The [user_name] can be for example the shortest non ambiguous [qualid] or
the [full_user_name] or [identifier]. Such a function can also have a
local context argument.
+ \end{itemize}
*)
@@ -155,7 +156,7 @@ val id_of_global : global_reference -> identifier
val pr_global_env : Idset.t -> global_reference -> std_ppcmds
-(* The [shortest_qualid] functions given an object with user_name
+(* The [shortest_qualid] functions given an object with [user_name]
Coq.A.B.x, try to find the shortest among x, B.x, A.B.x and
Coq.A.B.x that denotes the same object. *)