aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:06:42 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:06:42 +0000
commitccba6c718af6a5a15f278fc9365b6ad27108e98f (patch)
treef0229aa4d08eb12db1fb1e76f227076c117d59bf /library/global.mli
parent06456c76b7fa2f0c69380faf27a6ca403b1e6f3f (diff)
Various minor improvements of comments in mli for ocamldoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12976 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/global.mli')
-rw-r--r--library/global.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/library/global.mli b/library/global.mli
index ae2ed16f7..d29aca5d3 100644
--- a/library/global.mli
+++ b/library/global.mli
@@ -14,7 +14,6 @@ open Entries
open Indtypes
open Mod_subst
open Safe_typing
- (**/**)
(** This module defines the global environment of Coq. The functions
below are exactly the same as the ones in [Safe_typing], operating on
@@ -39,7 +38,7 @@ val env_is_empty : unit -> bool
val push_named_assum : (identifier * types) -> Univ.constraints
val push_named_def : (identifier * constr * types option) -> Univ.constraints
-(** {6 Sect } *)
+(** {6 ... } *)
(** Adding constants, inductives, modules and module types. All these
functions verify that given names match those generated by kernel *)
@@ -94,7 +93,7 @@ val start_library : dir_path -> module_path
val export : dir_path -> module_path * compiled_library
val import : compiled_library -> Digest.t -> module_path
-(** {6 Sect } *)
+(** {6 ... } *)
(** Function to get an environment from the constants part of the global
* environment and a given context. *)