From b19422780ca1d7bd8aa4a98c96afe07ca0e3b9a1 Mon Sep 17 00:00:00 2001 From: smlng Date: Thu, 30 Nov 2017 23:37:55 +0100 Subject: [PATCH] boards/common: enhance doxygen for NXP FRDM --- boards/common/frdm/doc.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 boards/common/frdm/doc.txt diff --git a/boards/common/frdm/doc.txt b/boards/common/frdm/doc.txt new file mode 100644 index 0000000000..c4d79b2245 --- /dev/null +++ b/boards/common/frdm/doc.txt @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2017 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 boards_common_frdm NXP FRDM Common + * @ingroup boards_common + * @brief Shared files and configuration for the NXP Freedom Boards. + */