From ccba6c718af6a5a15f278fc9365b6ad27108e98f Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 29 Apr 2010 16:06:42 +0000 Subject: 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 --- library/library.mli | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index 9bbb45143..87e376ab9 100644 --- a/library/library.mli +++ b/library/library.mli @@ -11,7 +11,6 @@ open Names open Libnames open Libobject -(** {6 Sect } *) (** This module provides functions to load, open and save libraries. Libraries correspond to the subclass of modules that coincide with a file on disk (the ".vo" files). Libraries on the @@ -20,7 +19,7 @@ open Libobject written at various dates. *) -(** {6 Sect } *) +(** {6 ... } *) (** Require = load in the environment + open (if the optional boolean is not [None]); mark also for export if the boolean is [Some true] *) val require_library : qualid located list -> bool option -> unit @@ -28,7 +27,7 @@ val require_library_from_dirpath : (dir_path * string) list -> bool option -> un val require_library_from_file : identifier option -> System.physical_path -> bool option -> unit -(** {6 Sect } *) +(** {6 ... } *) (** Open a module (or a library); if the boolean is true then it's also an export otherwise just a simple import *) val import_module : bool -> qualid located -> unit @@ -58,7 +57,7 @@ val overwrite_library_filenames : string -> unit (** {6 Hook for the xml exportation of libraries } *) val set_xml_require : (dir_path -> unit) -> unit -(** {6 Sect } *) +(** {6 ... } *) (** Global load paths: a load path is a physical path in the file system; to each load path is associated a Coq [dir_path] (the "logical" path of the physical path) *) -- cgit v1.2.3