diff options
author | Hans Bolinder <[email protected]> | 2015-10-13 14:02:55 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-11-04 13:03:57 +0100 |
commit | 42eddf467f01e38502310a0f34770ed73ff74319 (patch) | |
tree | df929cbd68436b109c86090eb2f527c8c0b049cd /lib/hipe/doc/src/hipe_app.xml | |
parent | 3e6aa9c3e3763522eac4b4948573739429476bed (diff) | |
download | otp-42eddf467f01e38502310a0f34770ed73ff74319.tar.gz otp-42eddf467f01e38502310a0f34770ed73ff74319.tar.bz2 otp-42eddf467f01e38502310a0f34770ed73ff74319.zip |
[hipe] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/hipe/doc/src/hipe_app.xml')
-rw-r--r-- | lib/hipe/doc/src/hipe_app.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml index 98fec900af..bf4bdbb3b3 100644 --- a/lib/hipe/doc/src/hipe_app.xml +++ b/lib/hipe/doc/src/hipe_app.xml @@ -37,15 +37,14 @@ <description> <p> The normal way to native-compile an Erlang module using HiPE is to include the atom native - in the Erlang compiler options, as in: - <code> - 1> <input>c(my_module, [native]).</input></code> - Options to the HiPE compiler are then passed as follows: - <code> - 1> <input>c(my_module, [native,{hipe,Options}]).</input></code> - For on-line help in the Erlang shell, call <c>hipe:help()</c>. - Details on HiPE compiler options are given by <c>hipe:help_options()</c>. - </p> + in the Erlang compiler options, as in:</p> + <pre> + 1> <input>c(my_module, [native]).</input></pre> + <p>Options to the HiPE compiler are then passed as follows:</p> + <pre> + 1> <input>c(my_module, [native,{hipe,Options}]).</input></pre> + <p>For on-line help in the Erlang shell, call <c>hipe:help()</c>. + Details on HiPE compiler options are given by <c>hipe:help_options()</c>.</p> </description> <section> <title>SEE ALSO</title> |