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:
parent
0ffcba4b3e
commit
8f1780f6de
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file stack.h
|
* @file debug/stack.h
|
||||||
* Stack usage analysis helpers
|
* Stack usage analysis helpers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file entropy.h
|
* @file drivers/entropy.h
|
||||||
*
|
*
|
||||||
* @brief Public APIs for the entropy driver.
|
* @brief Public APIs for the entropy driver.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file sensor.h
|
* @file drivers/sensor.h
|
||||||
*
|
*
|
||||||
* @brief Public APIs for the sensor driver.
|
* @brief Public APIs for the sensor driver.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue