doc: enable doxygen for CONFIG_TIMING_FUNCTIONS

This was missed and APIs were not showing in final docs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-15 08:13:27 -04:00
commit e616a54d08
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
.. _timing_functions:
Timing Functions
################
Executing Time Functions
########################
The timing functions can be used to obtain execution time of
a section of code to aid in analysis and optimization.

View file

@ -1992,6 +1992,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
"CONFIG_THREAD_CUSTOM_DATA" \
"CONFIG_THREAD_MONITOR" \
"CONFIG_THREAD_STACK_INFO" \
"CONFIG_TIMING_FUNCTIONS" \
"CONFIG_UART_DRV_CMD" \
"CONFIG_UART_INTERRUPT_DRIVEN" \
"CONFIG_UART_ASYNC_API" \