Skip to content

Commit 56a6f3b

Browse files
authored
Merge pull request #6327 from TeemuKultala/ doxygen_updates
cellular doxygen updates
2 parents 81b2768 + cf07cb0 commit 56a6f3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

features/cellular/easy_cellular/CellularConnectionFSM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define _CELLULAR_CONNECTION_UTIL_H
2020

2121
#include "CellularTargets.h"
22-
#ifdef CELLULAR_DEVICE
22+
#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
2323

2424
#include "UARTSerial.h"
2525
#include "NetworkInterface.h"
@@ -171,6 +171,6 @@ class CellularConnectionFSM
171171

172172
} // namespace
173173

174-
#endif // CELLULAR_DEVICE
174+
#endif // CELLULAR_DEVICE || DOXYGEN
175175

176176
#endif /* _CELLULAR_CONNECTION_UTIL_H */

features/cellular/easy_cellular/EasyCellularConnection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define EASY_CELLULAR_CONNECTION_H
2121

2222
#include "CellularConnectionFSM.h"
23-
#ifdef CELLULAR_DEVICE
23+
#if defined(CELLULAR_DEVICE) || defined(DOXYGEN_ONLY)
2424

2525
#include "netsocket/CellularBase.h"
2626

@@ -158,7 +158,7 @@ class EasyCellularConnection: public CellularBase
158158

159159
} // namespace
160160

161-
#endif // CELLULAR_DEVICE
161+
#endif // CELLULAR_DEVICE || DOXYGEN
162162

163163
#endif // EASY_CELLULAR_CONNECTION_H
164164

0 commit comments

Comments
 (0)