Doc tweaks

This commit is contained in:
Jeremie Dimino 2017-07-19 15:31:17 +01:00
parent 5e91b687cd
commit 2b93f960b6
1 changed files with 5 additions and 3 deletions

View File

@ -81,9 +81,11 @@ modules you want.
letter. For instance to exclude module ``Foo``: ``(modules (:standard \ letter. For instance to exclude module ``Foo``: ``(modules (:standard \
foo))`` foo))``
- ``(public_interfaces <modules>)`` specifies the interfaces `.cmi` of which - ``(public_interfaces <modules>)`` specifies the modules that are
modules are installed. ``<public_interfaces>`` uses the same user of the library can see. Modules that are not part of this list
`Ordered set language` than ``<modules>``. will only be visible in the same scope as where the library is
defined. ``<public_interfaces>`` uses the same `Ordered set
language` than ``<modules>``.
- ``(libraries (<library-dependencies>))`` is used to specify the dependencies - ``(libraries (<library-dependencies>))`` is used to specify the dependencies
of the library. See the section about `Library dependencies`_ for more details of the library. See the section about `Library dependencies`_ for more details