Skip to content

Commit f269047

Browse files
committed
dev
1 parent e51a65e commit f269047

File tree

14 files changed

+40
-40
lines changed

14 files changed

+40
-40
lines changed

doc/dev/manual/debug.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== Use the right compiler flags
44
=== OCaml flags
5-
Make sure to use "-g" flags when compiling and linking ocaml bytecode.
5+
Make sure to use {{{-g}}} flags when compiling and linking ocaml bytecode.
66
Js_of_ocaml will attempt to preserve variable names.
77

88
=== Js_of_ocaml flags

doc/dev/manual/environment-variable.wiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
To resolve an environment variable, js_of_ocaml will perform the
44
following steps, in the given order:
55

6-
* If the variable was set at compile time with the [--setenv VAR] flag, return it.
7-
* If running nodejs and the variable is set in the process environment ([process.env]), return it.
8-
* If the variable is set in [globalThis.jsoo_env], return it. This can be used
6+
* If the variable was set at compile time with the {{{--setenv VAR}}} flag, return it.
7+
* If running nodejs and the variable is set in the process environment ({{{process.env}}}), return it.
8+
* If the variable is set in {{{globalThis.jsoo_env}}}, return it. This can be used
99
to set an environment variable inside a web-browser.
1010
* Return Not_found

doc/dev/manual/files/boulderdash/boulderdash.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/cubes/cubes.bc.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/graph_viewer/viewer_js.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/hyperbolic/hypertree.bc.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/minesweeper/main.bc.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/planet/planet.bc.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/toplevel/test_dynlink.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/dev/manual/files/toplevel/toplevel.bc.js

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)