From d0b9c07b20736e88178b823197376c6232880784 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Sep 2024 11:03:14 +0200 Subject: [PATCH] doxgen: Document build system provided files Use the #include path. Update #3707. --- cpukit/doxygen/build.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpukit/doxygen/build.h b/cpukit/doxygen/build.h index 696a6e1723..f6f4b3ce98 100644 --- a/cpukit/doxygen/build.h +++ b/cpukit/doxygen/build.h @@ -44,7 +44,7 @@ /** * @ingroup RTEMSImplBuild * - * @file bsps/include/bspopts.h + * @file bspopts.h * * @brief This header file provides the BSP options definitions. */ @@ -52,7 +52,7 @@ /** * @ingroup RTEMSImplBuild * - * @file cpukit/include/version-vc-key.h + * @file version-vc-key.h * * @brief This header file provides the version control key definitions. */ @@ -60,7 +60,7 @@ /** * @ingroup RTEMSImplBuild * - * @file cpukit/include/config.h + * @file config.h * * @brief This header file provides system configuration definitions. */ @@ -68,7 +68,7 @@ /** * @ingroup RTEMSImplBuild * - * @file cpukit/include/rtems/testopts.h + * @file rtems/testopts.h * * @brief This header file provides test program definitions. */ @@ -76,7 +76,7 @@ /** * @ingroup RTEMSImplBuild * - * @file cpukit/include/rtems/score/cpuopts.h + * @file rtems/score/cpuopts.h * * @brief This header file provides the CPU options definitions. */