diff options
author | Vanadiae <48521955+Vanadiae@users.noreply.github.com> | 2020-04-11 18:41:06 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-11 19:23:00 +0200 |
commit | eb806b72863cddf4159de029b2a31bdf65cb2956 (patch) | |
tree | 7d7a4c9174abc201e6f9ff071117e0ed5905f618 /docs/markdown/Reference-tables.md | |
parent | 97bb54bdfa2ffef8618ad5211da7c28fcf68f74a (diff) | |
download | meson-eb806b72863cddf4159de029b2a31bdf65cb2956.zip meson-eb806b72863cddf4159de029b2a31bdf65cb2956.tar.gz meson-eb806b72863cddf4159de029b2a31bdf65cb2956.tar.bz2 |
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.
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index f8d690c..dfae339 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* | |