Fix Doxygen headers for MPS files

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2021-03-05 05:09:37 +00:00
parent 2332f8f435
commit 61d7eedcb5
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
*/
/**
* \file common.h
* \file mps_common.h
*
* \brief Common functions and macros used by MPS
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file error.h
* \file mps_error.h
*
* \brief Error codes used by MPS
*/

View File

@ -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

View File

@ -18,7 +18,7 @@
*/
/**
* \file trace.h
* \file mps_trace.h
*
* \brief Tracing module for MPS
*/