diff --git a/library/mps_common.h b/library/mps_common.h index e541f4fb08..dd6e31bb23 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 c11a01fa5b..f78d9a05f1 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 d1cad7f9b9..427c1bd254 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 d94ceb9123..048d5739aa 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 */