zephyr/subsys/random
Daniel Leung 9f1fc49ac9 random: remove @return doc for void functions
For functions returning nothing, there is no need to document
with @return, as Doxgen complains about "documented empty
return type of ...".

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-01-12 16:02:16 -05:00
..
CMakeLists.txt random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
Kconfig random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
rand32_ctr_drbg.c random: ctr_drbg: Fix the error path in sys_csrand_get 2020-12-01 10:20:06 -06:00
rand32_entropy_device.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
rand32_handlers.c random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
rand32_timer.c random: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
rand32_xoshiro128.c random: add xoshiro128++ PRNG source 2021-08-05 11:24:44 +02:00