From 8f1780f6dee29dc2b2db01744e328a1a4a20d0b8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 27 Jun 2019 06:58:58 -0400 Subject: [PATCH] docs: make doxygen happy with new locations Change @file entry on some headers due to duplicated files in the include/ tree (real header + shim). Adapt the doxygen configuration file to the new locations and remove directories which are already included. Signed-off-by: Anas Nashif --- include/debug/stack.h | 2 +- include/drivers/entropy.h | 2 +- include/drivers/sensor.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/debug/stack.h b/include/debug/stack.h index f5cec22a7a6..a5ab64843c7 100644 --- a/include/debug/stack.h +++ b/include/debug/stack.h @@ -1,5 +1,5 @@ /** - * @file stack.h + * @file debug/stack.h * Stack usage analysis helpers */ diff --git a/include/drivers/entropy.h b/include/drivers/entropy.h index 6ec5c1be513..5722ec24654 100644 --- a/include/drivers/entropy.h +++ b/include/drivers/entropy.h @@ -1,5 +1,5 @@ /** - * @file entropy.h + * @file drivers/entropy.h * * @brief Public APIs for the entropy driver. */ diff --git a/include/drivers/sensor.h b/include/drivers/sensor.h index 2b190c6beb3..f14b94f32f9 100644 --- a/include/drivers/sensor.h +++ b/include/drivers/sensor.h @@ -1,5 +1,5 @@ /** - * @file sensor.h + * @file drivers/sensor.h * * @brief Public APIs for the sensor driver. */