Browse Source

include: vlc_poll: fix documentation nesting

Because vlc_poll.h was parsed before vlc_thread and the group name was
also thread, every thread-related item was moved to the "Poll
implementations" list on the doxygen output.

Regression from 3f613a85f5.
pull/162/head
Alexandre Janniaux 2 years ago
committed by Steve Lhomme
parent
commit
bd3fc34c8f
  1. 4
      include/vlc_poll.h

4
include/vlc_poll.h

@ -31,7 +31,7 @@
/**
* \ingroup os
* \defgroup thread Poll implementations
* \defgroup thread_poll Poll implementations
* @{
* \file
* Poll implementations
@ -96,4 +96,6 @@ static inline int vlc_poll (struct pollfd *fds, unsigned nfds, int timeout)
#endif
/** @} */
#endif /* !VLC_POLL_H_ */

Loading…
Cancel
Save