mirror of https://github.com/ARMmbed/mbed-os.git
Remove protected class from EventQueue Doxy
parent
6d7b655b87
commit
1c74c30aee
|
@ -2803,6 +2803,7 @@ public:
|
|||
#endif
|
||||
|
||||
protected:
|
||||
#if !defined(DOXYGEN_ONLY)
|
||||
template <typename F>
|
||||
friend class Event;
|
||||
struct equeue _equeue;
|
||||
|
@ -3379,6 +3380,7 @@ protected:
|
|||
f(c0, c1, c2, c3, c4, a0, a1, a2, a3, a4);
|
||||
}
|
||||
};
|
||||
#endif //!defined(DOXYGEN_ONLY)
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue