Merge pull request #1075 from rgrinberg/fix-manual

Little manual fixes
This commit is contained in:
Rudi Grinberg 2018-08-01 09:52:35 +02:00 committed by GitHub
commit 500dd1182c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ using ``(js_of_ocaml (<js_of_ocaml-options>))``.
- ``(javascript_files (<files-list>))`` to specify ``js_of_ocaml`` JavaScript
runtime files.
``<flags>`` is specified in the `Ordered set language`_.
``<flags>`` is specified in the :ref:`ordered-set-language`.
The default value for ``(flags ...)`` depends on the selected build profile. The
build profile ``dev`` (the default) will enable sourcemap and the pretty

View File

@ -82,7 +82,7 @@ sequences:
- ``\xHH``, a backslash followed by two hexadecimal characters to
represent the character with ASCII code ``HH`` in hexadecimal
- ``\\``, a double backslash to represent a single backslash
- ``\%{`` to represent ``%{`` (see :ref:`variables`)
- ``\%{`` to represent ``%{`` (see :ref:`variables-project`)
Additionally, a backslash that comes just before the end of the line
is used to skip the newline up to the next non-space character. For
@ -140,7 +140,7 @@ descriptions. For instance:
(body
This is a simple example of using S-expressions))
.. _variables:
.. _variables-project:
Variables
---------