diff options
author | Martin Blanchard <tchaik@gmx.com> | 2017-09-15 23:24:15 +0200 |
---|---|---|
committer | Martin Blanchard <tchaik@gmx.com> | 2017-09-15 23:24:15 +0200 |
commit | 26e731c7caf575799e88fe393ba8c2a3a7c42073 (patch) | |
tree | d4e7711d8c02e8b4718e2089724e6c96e8d17a54 | |
parent | 777cd24063cc9991defef275b5c13637a9072049 (diff) | |
download | meson-26e731c7caf575799e88fe393ba8c2a3a7c42073.zip meson-26e731c7caf575799e88fe393ba8c2a3a7c42073.tar.gz meson-26e731c7caf575799e88fe393ba8c2a3a7c42073.tar.bz2 |
get-unquoted: Queue a release note entry mentioning the new method
-rwxr-xr-x | docs/markdown/snippets/get_unquoted.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/get_unquoted.md b/docs/markdown/snippets/get_unquoted.md new file mode 100755 index 0000000..5f8969d --- /dev/null +++ b/docs/markdown/snippets/get_unquoted.md @@ -0,0 +1,4 @@ +# `get_unquoted()` mehod for the `configuration` data object + +New convenience method that allow reusing a variable value +defined quoted. Useful in C for config.h strings for example. |