From eb806b72863cddf4159de029b2a31bdf65cb2956 Mon Sep 17 00:00:00 2001 From: Vanadiae <48521955+Vanadiae@users.noreply.github.com> Date: Sat, 11 Apr 2020 18:41:06 +0200 Subject: [PATCH] References-tables.md: repair broken table At https://mesonbuild.com/Reference-tables.html#compiler-and-linker-selection-variables, the table is broken and it seems that the only difference with other well-working tables on this page is the semi-column ":" that are present under Language. --- docs/markdown/Reference-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index f8d690cb4..dfae33902 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -266,7 +266,7 @@ These are the values that can be passed to `dependency` function's ## Compiler and Linker selection variables | Language | Compiler | Linker | Note | -|:-------------:|----------|-----------|---------------------------------------------| +|---------------|----------|-----------|---------------------------------------------| | C | CC | CC_LD | | | C++ | CXX | CXX_LD | | | D | DC | DC_LD | Before 0.54 D_LD* |