From 2108b85d85260b421cb8ff6b2f09251d7d4fd87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sat, 13 Feb 2016 10:33:34 +0100 Subject: [PATCH] saul: add missing doxygen opening comment --- drivers/saul/gpio_saul.c | 2 +- sys/shell/commands/sc_saul_reg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/saul/gpio_saul.c b/drivers/saul/gpio_saul.c index 62217e7290..126912260f 100644 --- a/drivers/saul/gpio_saul.c +++ b/drivers/saul/gpio_saul.c @@ -6,7 +6,7 @@ * directory for more details. */ -/* +/** * @ingroup drivers_saul * @{ * diff --git a/sys/shell/commands/sc_saul_reg.c b/sys/shell/commands/sc_saul_reg.c index 90256054ab..cdab956a3f 100644 --- a/sys/shell/commands/sc_saul_reg.c +++ b/sys/shell/commands/sc_saul_reg.c @@ -7,7 +7,7 @@ * */ -/* +/** * @ingroup sys_shell_commands * @{ *