doc: usermode: use zephyr_file to locate syscall_handler.h

The file name can be converted into a link to the file using
zephyr_file.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-08-03 13:01:17 -07:00 committed by Andrew Boie
parent edde894d04
commit 5fac1ea7bd

View file

@ -250,7 +250,7 @@ passed in. This includes:
* Any other arguments that have a limited range of valid values.
Verification functions involve a great deal of boilerplate code which has been
made simpler by some macros in ``include/syscall_handler.h``.
made simpler by some macros in :zephyr_file:`include/syscall_handler.h`.
Verification functions should be declared using these macros.
Argument Validation