acrn-hypervisor/misc/efi-stub
Jiaqing Zhao 7bfbdf04b8 doc: remove '@return None' for void functions
doxygen will warn that documented return type is found for functions
that does not return anything in 1.9.4 or later versions. 'None' is
not a special keyword in doxyge, it will recognize it as description
to the return value that does not exist in void functions.

Tracked-On: #8425
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2023-08-03 14:56:29 -07:00
..
Makefile Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
boot.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
boot.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
container.c doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
container.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
efilinux.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
elf32.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
elf32.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
malloc.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
multiboot.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
multiboot.h misc: efi-stub: Add helper functions to search/parse multiboot1/2 headers 2021-06-24 14:42:56 +08:00
pe.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
stdlib.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00