diff options
author | Fabio Utzig <fabio.utzig@nordicsemi.no> | 2020-07-23 12:27:16 -0300 |
---|---|---|
committer | Fabio Utzig <fabio.utzig@nordicsemi.no> | 2020-07-23 12:32:30 -0300 |
commit | 15d93d2c763c920883da6f8fd9c0874a82cff50a (patch) | |
tree | e17a818ca0c17b277ad8b5a276f5edbb68c41b74 /doc/development/tutorials | |
parent | d8064a8b8fe2b6b921a5409eeb636418b480981a (diff) | |
download | sphinx-git-15d93d2c763c920883da6f8fd9c0874a82cff50a.tar.gz |
domains: c: add support for named variadic argument
Add support for gcc extensions which allow variadic arguments to be
named: https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html
A named variadic argument takes the form "<name>..." with spaces around
allowed and must be the last argument.
Currently it generates a warning "Invalid C declaration: Expected
identifier, ')', or ',' in macro parameter list."
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
Diffstat (limited to 'doc/development/tutorials')
0 files changed, 0 insertions, 0 deletions