Minor documentation fixes

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-01-19 21:19:02 +01:00
parent 1cc6a8ea15
commit 2991b5f6c0
3 changed files with 5 additions and 4 deletions

View file

@ -103,7 +103,7 @@ def get_c_expression_values(
* ``header``: extra code to insert before any function in the generated
C file.
* ``expressions``: a list of C language expressions that have the type
``type``.
``cast_to``.
* ``include_path``: a list of directories containing header files.
* ``keep_c``: if true, keep the temporary C file (presumably for debugging
purposes).