From f35d15d42999eef153ac5f89c4606c5d82002dcd Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 12 Jun 2018 14:33:58 +0200 Subject: [PATCH] doc: add missing defgroup for auto_init_saul --- sys/auto_init/saul/doc.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/auto_init/saul/doc.txt diff --git a/sys/auto_init/saul/doc.txt b/sys/auto_init/saul/doc.txt new file mode 100644 index 0000000000..e4ffe25bf3 --- /dev/null +++ b/sys/auto_init/saul/doc.txt @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2018 HAW Hamburg + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ + +/** + * @defgroup auto_init_saul SAUL Auto Initialisation + * @ingroup drivers_saul + * @brief Auto initialisation of SAUL enabled drivers + * + * This module contains auto init functions for drivers that support SAUL. + */