diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-11-13 22:54:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 22:54:39 +0200 |
commit | 49eb33ff5563e68bc89b399935923b892a99b54f (patch) | |
tree | 2e0abdfefe5f98a2ef596a6996ed94cce01e5a8e /docs/markdown/snippets | |
parent | 897fd0bd169a5333b8b15af6b6e102ab53fe5cdf (diff) | |
parent | 26e731c7caf575799e88fe393ba8c2a3a7c42073 (diff) | |
download | meson-49eb33ff5563e68bc89b399935923b892a99b54f.zip meson-49eb33ff5563e68bc89b399935923b892a99b54f.tar.gz meson-49eb33ff5563e68bc89b399935923b892a99b54f.tar.bz2 |
Merge pull request #2000 from t-chaik/tchaik/wip/get-unquoted
config data: add .get_unquoted() convenience method to get quoted string unquoted
Diffstat (limited to 'docs/markdown/snippets')
-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. |