doc: doxygen: Add some Bluetooth Kconfig options to PREDEFINED
These influence the existence of some struct members, so to ensure that their documentation gets included we need to explicitly define them. Change-Id: I0b0d3deec5874f6f8dbfda51376f6a4456942353 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
156dcb751c
commit
d5fb23bedc
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
|
||||||
"CONFIG_UART_DRV_CMD=y" \
|
"CONFIG_UART_DRV_CMD=y" \
|
||||||
"CONFIG_SYS_POWER_MANAGEMENT=y" \
|
"CONFIG_SYS_POWER_MANAGEMENT=y" \
|
||||||
"CONFIG_DEVICE_POWER_MANAGEMENT=y" \
|
"CONFIG_DEVICE_POWER_MANAGEMENT=y" \
|
||||||
|
"CONFIG_BLUETOOTH_SMP=y" \
|
||||||
|
"CONFIG_BLUETOOTH_BREDR=y" \
|
||||||
EXPAND_AS_DEFINED =
|
EXPAND_AS_DEFINED =
|
||||||
SKIP_FUNCTION_MACROS = NO
|
SKIP_FUNCTION_MACROS = NO
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue