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:
parent
d31d6ce0be
commit
e616a54d08
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue