doxygen: enable uart functions guarded by ifdef

Many of the UART interface functions are hidden behind ifdefs,
set those to 'y' when building documentation.

Change-Id: I1371e64b6fe4c269ce41c2c54e0f013d8088dbcf
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-09 07:31:57 -05:00 committed by Gerrit Code Review
commit dfee33269b

View file

@ -260,7 +260,9 @@ INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
"CONFIG_KERNEL_EVENT_LOGGER=y" \
"CONFIG_NANO_TIMEOUTS=y"
"CONFIG_NANO_TIMEOUTS=y" \
"CONFIG_UART_INTERRUPT_DRIVEN=y" \
"CONFIG_UART_DRV_CMD=y" \
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------