aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2018-10-15 16:15:08 -0400
committerGitHub <noreply@github.com>2018-10-15 16:15:08 -0400
commitaca2f7ed97fcec2604d1fc0e7106df7edd462aee (patch)
tree542ecee8fb1b71d2e1db5553e3fd09545cbf8dc5
parentd64eed7791fc9b363b324f24a422701a139dd338 (diff)
downloadmeson-aca2f7ed97fcec2604d1fc0e7106df7edd462aee.zip
meson-aca2f7ed97fcec2604d1fc0e7106df7edd462aee.tar.gz
meson-aca2f7ed97fcec2604d1fc0e7106df7edd462aee.tar.bz2
docs/Release-notes-for-0.47.0.md: Fix highlighting
-rw-r--r--docs/markdown/Release-notes-for-0.47.0.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/markdown/Release-notes-for-0.47.0.md b/docs/markdown/Release-notes-for-0.47.0.md
index 9736256..a427a72 100644
--- a/docs/markdown/Release-notes-for-0.47.0.md
+++ b/docs/markdown/Release-notes-for-0.47.0.md
@@ -34,11 +34,10 @@ The environment path should be set properly for the ARM compiler executables.
The `--target`, `-mcpu` options with the appropriate values should be mentioned
in the cross file as shown in the snippet below.
-```
+```ini
[properties]
c_args = ['--target=arm-arm-none-eabi', '-mcpu=cortex-m0plus']
cpp_args = ['--target=arm-arm-none-eabi', '-mcpu=cortex-m0plus']
-
```
Note:
@@ -106,7 +105,7 @@ When called without an input file, `configure_file` generates a
C header file by default. A keyword argument was added to allow
specifying the output format, for example for use with nasm or yasm:
-```
+```meson
conf = configuration_data()
conf.set('FOO', 1)