diff options
| author | Tristan Partin <tristan@partin.io> | 2023-08-18 01:51:47 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-02-24 13:09:24 -0800 |
| commit | 6a119256a1b87f22a6afe59b494ac50e52e24f07 (patch) | |
| tree | 186741c6dbfd0d00b1ec831461de775be6bbd43e /docs | |
| parent | 0b19d1c015508023d13fd0cb460983e0ea28f02f (diff) | |
| download | meson-6a119256a1b87f22a6afe59b494ac50e52e24f07.tar.gz | |
Add support for BuildTargetTypes to various fs module functions
The new support was added to fs.name, fs.parent, fs.replace_suffix, and
fs.stem.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/additional_types_for_fs_module.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/additional_types_for_fs_module.md b/docs/markdown/snippets/additional_types_for_fs_module.md new file mode 100644 index 000000000..86f2de9f4 --- /dev/null +++ b/docs/markdown/snippets/additional_types_for_fs_module.md @@ -0,0 +1,9 @@ +## Added support for `[[@build_tgt]]`, `[[@custom_tgt]]`, and `[[@custom_idx]]` to certain FS module functions + +Support for `[[@build_tgt]]`, `[[@custom_tgt]]`, and `[[@custom_idx]]` was +added to the following FS module APIs: + +- `fs.name` +- `fs.parent` +- `fs.replace_suffix` +- `fs.stem` |
