meson/docs/yaml/functions
Eli Schwartz 4f05f877fc
docs: make note of the path restriction on subdir()
It's mentioned in the error message if you try to do it, that you cannot
use `..`, but it is probably useful to mention this in the online docs
too.
2022-08-29 12:09:52 -04:00
..
_build_target_base.yaml docs: d_module_versions has an undocumented ability to accept integers 2022-06-17 14:33:02 -04:00
add_global_arguments.yaml Fix typo in documentation for add_*_arguments 2022-05-31 17:48:45 -04:00
add_global_link_arguments.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
add_languages.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
add_project_arguments.yaml Fix typo in documentation for add_*_arguments 2022-05-31 17:48:45 -04:00
add_project_dependencies.yaml interpreter: new function add_project_dependencies() 2022-05-03 02:00:29 -04:00
add_project_link_arguments.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
add_test_setup.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
alias_target.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
assert.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
benchmark.yaml interpreter: support for forcibly verbose logging of some tests 2022-02-01 09:05:26 +01:00
both_libraries.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
build_target.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
configuration_data.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
configure_file.yaml docs: Add the `configuration` keyword argument to `configure_File` 2021-12-08 14:41:24 -05:00
custom_target.yaml documentation: extend custom_target install 2022-07-31 07:50:26 -07:00
debug.yaml Add new debug() function 2022-03-30 06:57:30 -04:00
declare_dependency.yaml docs: d_module_versions has an undocumented ability to accept integers 2022-06-17 14:33:02 -04:00
dependency.yaml docs: Update YAML docs after rebase 2021-10-03 12:19:46 +02:00
disabler.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
environment.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
error.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
executable.yaml Make compilers list per subproject 2022-03-24 12:27:06 -04:00
files.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
find_program.yaml docs: note that find_program accepts file objects 2022-03-31 22:52:31 -04:00
generator.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
get_option.yaml meson: Allow directory options outside of prefix 2022-02-09 11:04:59 -05:00
get_variable.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
import.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
include_directories.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
install_data.yaml implement the new preserve_path kwarg for install_data too 2022-07-08 01:58:23 -04:00
install_emptydir.yaml doc: fix yaml indentation typo that broke building the website 2021-10-08 17:42:10 -04:00
install_headers.yaml Implement `preserve_path` for install_headers 2022-05-30 18:03:01 -04:00
install_man.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
install_subdir.yaml add install_emptydir function 2021-10-08 14:35:00 -04:00
install_symlink.yaml add install_symlink function 2021-12-01 13:59:54 -05:00
is_disabler.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
is_variable.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
jar.yaml Add ability to add resources to jars 2022-03-22 13:21:26 +02:00
join_paths.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
library.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
message.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
project.yaml docs: strongly recommend the use of SPDX instead of array of license 2022-02-03 12:45:40 -05:00
range.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
run_command.yaml docs: add missing argument documentation for run_command capture 2021-11-29 18:12:33 -08:00
run_target.yaml docs: fix inaccurate description of command targets 2022-04-01 07:03:35 -04:00
set_variable.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
shared_library.yaml docs: correct documentation of shared_library soversions 2022-03-31 18:09:01 +03:00
shared_module.yaml shared module: Allow linking on Android 2022-02-14 23:30:24 -05:00
static_library.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
structured_sources.yaml docs: Add docs for structured_sources 2022-03-07 12:33:33 -08:00
subdir.yaml docs: make note of the path restriction on subdir() 2022-08-29 12:09:52 -04:00
subdir_done.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
subproject.yaml docs: Add the YAML Reference manual 2021-10-03 11:46:34 +02:00
summary.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00
test.yaml docs: fix incorrect default for test is_parallel 2022-03-20 10:24:03 -04:00
unset_variable.yaml docs: added unset_variable() 2021-10-03 12:19:45 +02:00
vcs_tag.yaml vcs_tag: handle non-str / non-file arguments 2022-04-20 20:53:19 -04:00
warning.yaml docs: YAML: Add `arg_flattening: false` where required 2022-04-07 17:16:26 -04:00