diff options
author | nogert <nogert@yandex-team.com> | 2024-12-26 06:20:30 +0300 |
---|---|---|
committer | nogert <nogert@yandex-team.com> | 2024-12-26 06:42:43 +0300 |
commit | 019e06b69d8ab869bd3663943546346d918972fb (patch) | |
tree | 39872bcf520b347dcbb801be818000c77fe63bfa | |
parent | 8d0d5cce051b45b7ccefebf58b79b8439851ac17 (diff) | |
download | ydb-019e06b69d8ab869bd3663943546346d918972fb.tar.gz |
Fix usage docs.
commit_hash:83276b2e43275e2542cd91cb2e372248e10216e8
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 22fc8dcbff..70b339889c 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4433,7 +4433,7 @@ macro _DECL_IN_DIR_GLOB(var_prefix, pattern, rec_part, SRCDIR="", EXCLBASE="", E SET(${var_prefix}_EXCLUDES ${_EXCLUDES}) } -### @usage: DECLARE_IN_DIR(var_prefix files_mask DIRS dirs [RECURSIVE] [EXCLUDES excludes] [SRCDIR srcdir]) +### @usage: DECLARE_IN_DIRS(var_prefix files_mask DIRS dirs [RECURSIVE] [EXCLUDES excludes] [SRCDIR srcdir]) ### ### This macro allow passing content of directories to macros like `RUN_PROGRAM` and `RUN_PYTHON3` as IN parameter. ### |