From 49720a90d851705d630cc3e688c7ee89665a52fa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 May 2023 16:09:08 +0200 Subject: arm/xilinx-zynq: Improve Doxygen file comments --- bsps/shared/dev/serial/zynq-uart-polled.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'bsps/shared/dev/serial/zynq-uart-polled.c') diff --git a/bsps/shared/dev/serial/zynq-uart-polled.c b/bsps/shared/dev/serial/zynq-uart-polled.c index cf0fead2d4..7d5dd8ff1a 100644 --- a/bsps/shared/dev/serial/zynq-uart-polled.c +++ b/bsps/shared/dev/serial/zynq-uart-polled.c @@ -1,6 +1,15 @@ -/* - * SPDX-License-Identifier: BSD-2-Clause +/* SPDX-License-Identifier: BSD-2-Clause */ + +/** + * @file + * + * @ingroup RTEMSBSPsARMZynq * + * @brief This source file contains the implementation of the polled Zynq UART + * support. + */ + +/* * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3