Skip to content

Commit e616a54

Browse files
committed
doc: enable doxygen for CONFIG_TIMING_FUNCTIONS
This was missed and APIs were not showing in final docs. Signed-off-by: Anas Nashif <[email protected]>
1 parent d31d6ce commit e616a54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/reference/timing_functions/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _timing_functions:
22

3-
Timing Functions
4-
################
3+
Executing Time Functions
4+
########################
55

66
The timing functions can be used to obtain execution time of
77
a section of code to aid in analysis and optimization.

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,6 +1992,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
19921992
"CONFIG_THREAD_CUSTOM_DATA" \
19931993
"CONFIG_THREAD_MONITOR" \
19941994
"CONFIG_THREAD_STACK_INFO" \
1995+
"CONFIG_TIMING_FUNCTIONS" \
19951996
"CONFIG_UART_DRV_CMD" \
19961997
"CONFIG_UART_INTERRUPT_DRIVEN" \
19971998
"CONFIG_UART_ASYNC_API" \

0 commit comments

Comments
 (0)