Help: gen expr: note that CONFIG is comma-separated

This commit is contained in:
Michael Hirsch
2021-10-18 11:49:40 -04:00
committed by Brad King
parent 9b29cfd21f
commit ec94706791

View File

@@ -134,8 +134,8 @@ Variable Queries
.. genex:: $<CONFIG:cfgs>
``1`` if config is any one of the entries in ``cfgs``, else ``0``. This is a
case-insensitive comparison. The mapping in
``1`` if config is any one of the entries in comma-separated list
``cfgs``, else ``0``. This is a case-insensitive comparison. The mapping in
:prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` is also considered by this
expression when it is evaluated on a property on an :prop_tgt:`IMPORTED`
target.