aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/nametab.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:33:36 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:33:36 +0000
commit8e66761c81648add03ed21b157a3bace716b8e08 (patch)
tree72621a076032939bc0c526c43fe57f3e674e1eca /library/nametab.mli
parent28809ba4180b0421d5b0e97f9e92ba72e63bda7c (diff)
"make source-doc" builds documentation of mli in html and pdf at
dev/ocamldoc/ old "make source-doc" that documents ml files and didn't work is now "make ml-doc" but still don't work :-) "make clean" cleans dev/ocamldoc/ properly wierd? calls of dependency graph generation leave unchanged git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12978 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/nametab.mli')
-rwxr-xr-xlibrary/nametab.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/nametab.mli b/library/nametab.mli
index 4303d86a3..aaef53e4a 100755
--- a/library/nametab.mli
+++ b/library/nametab.mli
@@ -53,6 +53,7 @@ open Libnames
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.}}
+
*)
@@ -67,12 +68,11 @@ val error_global_constant_not_found_loc : loc -> qualid -> 'a
(** {6 Register visibility of things } *)
(** The visibility can be registered either
-
- for all suffixes not shorter then a given int -- when the
- object is loaded inside a module -- or
-
+ object is loaded inside a module -- or
- for a precise suffix, when the module containing (the module
containing ...) the object is opened (imported)
+
*)
type visibility = Until of int | Exactly of int
@@ -133,8 +133,8 @@ val full_name_cci : qualid -> full_path
val full_name_modtype : qualid -> full_path
val full_name_module : qualid -> dir_path
-(** {6 ... } *)
-(** Reverse lookup -- finding user names corresponding to the given
+(** {6 Reverse lookup }
+ Finding user names corresponding to the given
internal name *)
(** Returns the full path bound to a global reference or syntactic