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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-27 06:58:58 -04:00
parent 0ffcba4b3e
commit 8f1780f6de
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/**
* @file stack.h
* @file debug/stack.h
* Stack usage analysis helpers
*/

View file

@ -1,5 +1,5 @@
/**
* @file entropy.h
* @file drivers/entropy.h
*
* @brief Public APIs for the entropy driver.
*/

View file

@ -1,5 +1,5 @@
/**
* @file sensor.h
* @file drivers/sensor.h
*
* @brief Public APIs for the sensor driver.
*/