Merge pull request #6327 from TeemuKultala/ doxygen_updates

cellular doxygen updates
pull/6338/head
Cruz Monrreal 2018-03-12 15:10:58 -05:00 committed by GitHub
commit 56a6f3b4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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