From e4f3708ca498b7a49fce5de3750923d5dff06702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 9 Nov 2020 14:06:11 +0100 Subject: [PATCH] doc: minor clarification. --- doc/platforms-html5.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/platforms-html5.dox b/doc/platforms-html5.dox index 9d51a7f2e..bdb1827a5 100644 --- a/doc/platforms-html5.dox +++ b/doc/platforms-html5.dox @@ -279,7 +279,9 @@ available. The CSS file is shared with graphical apps, again see look. Deployment is similar to @ref platforms-html5-apps "graphical apps", only -referencing a different JS file: +referencing a different JS file --- +@cb{.sh} ${MAGNUM_WINDOWLESSEMSCRIPTENAPPLICATION_JS} @ce instead of +@cb{.sh} ${MAGNUM_EMSCRIPTENAPPLICATION_JS} @ce: @code{.cmake} if(CORRADE_TARGET_EMSCRIPTEN)