From: fennecdjay Date: Sun, 10 Nov 2019 23:35:43 +0000 (+0100) Subject: : X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3ae74b9ea21fd2eb46db71a987430d090e159864;p=gwion.git : --- diff --git a/docs/Overview/declaration.mdr b/docs/Overview/declaration.mdr index 82a95800..349db007 100644 --- a/docs/Overview/declaration.mdr +++ b/docs/Overview/declaration.mdr @@ -8,7 +8,7 @@ int i; Object o; <<< i, " ", o >>>; @``` -@exec make decl0.test +@exec make -s decl0.test ## Declaring a reference However ... @@ -19,7 +19,7 @@ Object @ref; new Object @=> ref; <<< "But now it does: ", ref >>>; @``` -@exec make decl1.test +@exec make -s decl1.test ## Arrays @@ -31,4 +31,4 @@ int ref[]; new int[2] @=> ref; <<< ref >>>; @``` -@exec make decl2.test +@exec make -s decl2.test diff --git a/docs/Reference/Functions/Variadic.mdr b/docs/Reference/Functions/Variadic.mdr index d3e1fe1c..56e7b4ab 100644 --- a/docs/Reference/Functions/Variadic.mdr +++ b/docs/Reference/Functions/Variadic.mdr @@ -16,4 +16,4 @@ variadic_test(1); variadic_test(1, 2); variadic_test(1, 2, 3); @``` -@exec make variadic.test +@exec make -s variadic.test diff --git a/scripts/ensure.sh b/scripts/ensure.sh index 82a2e13d..b836f707 100644 --- a/scripts/ensure.sh +++ b/scripts/ensure.sh @@ -28,6 +28,7 @@ cat < custom.css } footer { + padding: 10px; text-align: center; font-size: small; font-style: italic;