Skip to content

Commit 97d5117

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'ARMmbed-EventQueue-protected-doxyrm' into rollup2
2 parents 26646d3 + 7844f0a commit 97d5117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

events/EventQueue.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,6 +2803,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
28032803
#endif
28042804

28052805
protected:
2806+
#if !defined(DOXYGEN_ONLY)
28062807
template <typename F>
28072808
friend class Event;
28082809
struct equeue _equeue;
@@ -3379,6 +3380,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
33793380
f(c0, c1, c2, c3, c4, a0, a1, a2, a3, a4);
33803381
}
33813382
};
3383+
#endif //!defined(DOXYGEN_ONLY)
33823384
};
33833385

33843386
}

0 commit comments

Comments
 (0)