From cf07cb03942547dcc30a988b68dbe8dc759a912d Mon Sep 17 00:00:00 2001 From: Teemu Kultala Date: Mon, 12 Mar 2018 10:24:33 +0200 Subject: [PATCH] cellular doxygen updates --- features/cellular/easy_cellular/CellularConnectionFSM.h | 4 ++-- features/cellular/easy_cellular/EasyCellularConnection.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/cellular/easy_cellular/CellularConnectionFSM.h b/features/cellular/easy_cellular/CellularConnectionFSM.h index 8df675cb5f..1de56bcac8 100644 --- a/features/cellular/easy_cellular/CellularConnectionFSM.h +++ b/features/cellular/easy_cellular/CellularConnectionFSM.h @@ -19,7 +19,7 @@ #define _CELLULAR_CONNECTION_UTIL_H #include "CellularTargets.h" -#ifdef CELLULAR_DEVICE +#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY) #include "UARTSerial.h" #include "NetworkInterface.h" @@ -171,6 +171,6 @@ private: } // namespace -#endif // CELLULAR_DEVICE +#endif // CELLULAR_DEVICE || DOXYGEN #endif /* _CELLULAR_CONNECTION_UTIL_H */ diff --git a/features/cellular/easy_cellular/EasyCellularConnection.h b/features/cellular/easy_cellular/EasyCellularConnection.h index 608858093e..37d231f72d 100644 --- a/features/cellular/easy_cellular/EasyCellularConnection.h +++ b/features/cellular/easy_cellular/EasyCellularConnection.h @@ -20,7 +20,7 @@ #define EASY_CELLULAR_CONNECTION_H #include "CellularConnectionFSM.h" -#ifdef CELLULAR_DEVICE +#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY) #include "netsocket/CellularBase.h" @@ -158,7 +158,7 @@ private: } // namespace -#endif // CELLULAR_DEVICE +#endif // CELLULAR_DEVICE || DOXYGEN #endif // EASY_CELLULAR_CONNECTION_H