mbedtls/scripts/data_files
Gilles Peskine ed73355d2e Make \retval commands non-empty
Pacify Clang >=15 which complained:
```
include/psa/crypto.h:91:23: error: empty paragraph passed to '\retval' command [-Werror,-Wdocumentation]
 * \retval #PSA_SUCCESS
   ~~~~~~~~~~~~~~~~~~~^
```

This commit performs the following systematic replacement:
```
perl -i -0777 -p -e 's/([\\@])(retval +\S+)\n(?! *\*? *([^\n \\*\/]|\\[cp]\b))/$1$2 ${1}emptydescription\n/g' $(git ls-files '*.[hc]' '*.function' '*.jinja')
```
i.e. add an `\emptydescription` argument to `\retval` commands (or
`@retval`, which we don't normally used) that are followed by a single word,
unless the next line looks like it contains text which would be the
description.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-02-14 19:21:09 +01:00
..
driver_jsons Update and document mbedtls extensions 2022-09-16 11:01:01 +02:00
driver_templates Make \retval commands non-empty 2023-02-14 19:21:09 +01:00
error.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
query_config.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
version_features.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
vs6-app-template.dsp
vs6-main-template.dsp
vs6-workspace-template.dsw
vs2013-app-template.vcxproj Rename VS2010 directory to VS2013 and update Makefiles etc 2023-01-11 18:56:11 +00:00
vs2013-main-template.vcxproj Rename VS2010 directory to VS2013 and update Makefiles etc 2023-01-11 18:56:11 +00:00
vs2013-sln-template.sln Update solution template to require VS2013 2023-01-11 18:56:11 +00:00