From 0d09d2d34b53b8da8cfd08cd91439479be090a88 Mon Sep 17 00:00:00 2001 From: Laurent Navet <laurent.navet@gmail.com> Date: Thu, 2 Mar 2017 21:46:49 +0100 Subject: [PATCH] doc/saul: add cross link between SAUL and SAUL registry --- drivers/include/saul.h | 2 ++ sys/include/saul_reg.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/include/saul.h b/drivers/include/saul.h index 30c76807f9..35da0a43dc 100644 --- a/drivers/include/saul.h +++ b/drivers/include/saul.h @@ -31,6 +31,8 @@ * operations. It probably needs to be extended to handling events, * thresholds, and so on. * + * @see @ref sys_saul_reg + * * @{ * * @file diff --git a/sys/include/saul_reg.h b/sys/include/saul_reg.h index 84f80307d9..a8d83a70d7 100644 --- a/sys/include/saul_reg.h +++ b/sys/include/saul_reg.h @@ -11,6 +11,8 @@ * @ingroup sys * @brief Global sensor/actuator registry for SAUL devices * + * @see @ref drivers_saul + * * @{ * * @file -- GitLab