From 8e66761c81648add03ed21b157a3bace716b8e08 Mon Sep 17 00:00:00 2001 From: pboutill Date: Thu, 29 Apr 2010 16:33:36 +0000 Subject: "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 --- library/nametab.mli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'library/nametab.mli') 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 -- cgit v1.2.3