From b9fffdc0ddfa1e99aefdb8f846845f7e4d079a5e Mon Sep 17 00:00:00 2001 From: Ranjani Sridharan Date: Wed, 23 Mar 2022 15:09:27 -0700 Subject: [PATCH] codec_adapter: Fix doxygen comment for file No functional change. Signed-off-by: Ranjani Sridharan --- src/audio/codec_adapter/codec_adapter.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/audio/codec_adapter/codec_adapter.c b/src/audio/codec_adapter/codec_adapter.c index 80b83b535..e8b5256a9 100644 --- a/src/audio/codec_adapter/codec_adapter.c +++ b/src/audio/codec_adapter/codec_adapter.c @@ -4,15 +4,12 @@ // // Author: Marcin Rajwa -/* - * A codec adapter component. - */ - /** * \file - * \brief Processing component aimed to work with external codec libraries + * \brief Module Adapter: Processing component aimed to work with external module libraries * \author Marcin Rajwa */ + #include #include #include