Skip to content

Commit 05b2d6e

Browse files
authored
Merge pull request #7810 from kegilbert/eventqueue-templatewall-rework
Eventqueue Templatewall Doxygen Rework
2 parents 812c6d5 + 935db68 commit 05b2d6e

File tree

2 files changed

+409
-2
lines changed

2 files changed

+409
-2
lines changed

events/Event.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,7 @@ class Event<void(A0, A1, A2, A3)> {
20552055
}
20562056

20572057
public:
2058+
#if !defined(DOXYGEN_ONLY)
20582059
/** Create an event
20592060
* @param q Event queue to dispatch on
20602061
* @param f Function to execute when the event is dispatched
@@ -4063,7 +4064,7 @@ Event<void(A0, A1, A2, A3, A4)> EventQueue::event(mbed::Callback<R(B0, B1, B2, B
40634064
{
40644065
return Event<void(A0, A1, A2, A3, A4)>(this, cb, c0, c1, c2, c3, c4);
40654066
}
4066-
4067+
#endif
40674068
}
40684069

40694070
#endif

0 commit comments

Comments
 (0)