From 61d7eedcb533b394b5374056729adeb3c30dbfbb Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 5 Mar 2021 05:09:37 +0000 Subject: [PATCH] Fix Doxygen headers for MPS files Signed-off-by: Hanno Becker --- library/mps_common.h | 2 +- library/mps_error.h | 2 +- library/mps_reader.h | 2 +- library/mps_trace.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/mps_common.h b/library/mps_common.h index e541f4fb0..dd6e31bb2 100644 --- a/library/mps_common.h +++ b/library/mps_common.h @@ -18,7 +18,7 @@ */ /** - * \file common.h + * \file mps_common.h * * \brief Common functions and macros used by MPS */ diff --git a/library/mps_error.h b/library/mps_error.h index c11a01fa5..f78d9a05f 100644 --- a/library/mps_error.h +++ b/library/mps_error.h @@ -18,7 +18,7 @@ */ /** - * \file error.h + * \file mps_error.h * * \brief Error codes used by MPS */ diff --git a/library/mps_reader.h b/library/mps_reader.h index d1cad7f9b..427c1bd25 100644 --- a/library/mps_reader.h +++ b/library/mps_reader.h @@ -18,7 +18,7 @@ */ /** - * \file reader.h + * \file mps_reader.h * * \brief This file defines reader objects, which together with their * sibling writer objects form the basis for the communication diff --git a/library/mps_trace.h b/library/mps_trace.h index d94ceb912..048d5739a 100644 --- a/library/mps_trace.h +++ b/library/mps_trace.h @@ -18,7 +18,7 @@ */ /** - * \file trace.h + * \file mps_trace.h * * \brief Tracing module for MPS */