Merge pull request #14020 from miri64/gnrc_netif/fix/doc-define

gnrc_netif: doxygen does not process IS_ACTIVE()
This commit is contained in:
Leandro Lanzieri 2020-05-05 13:38:31 +02:00 committed by GitHub
commit 8c88e4710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ typedef struct {
* @see net_gnrc_netif_flags * @see net_gnrc_netif_flags
*/ */
uint32_t flags; uint32_t flags;
#if IS_USED(MODULE_GNRC_NETIF_EVENTS) || IS_ACTIVE(DOXYGEN) #if IS_USED(MODULE_GNRC_NETIF_EVENTS) || defined(DOXYGEN)
/** /**
* @brief Event queue for asynchronous events * @brief Event queue for asynchronous events
*/ */