From a31aa449a6dfeabfe87c3f379660a124c9975b9e Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Sun, 19 Apr 2015 11:40:26 +0200 Subject: [PATCH] ps: added doxygen documentation --- sys/include/ps.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/ps.h b/sys/include/ps.h index 8a339ae7cb..74713f1150 100644 --- a/sys/include/ps.h +++ b/sys/include/ps.h @@ -26,6 +26,9 @@ extern "C" { #endif +/** + * @brief Print information to all active threads to stdout. + */ void ps(void); int _ps_handler(int argc, char **argv);