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.
This commit is contained in:
Alexandre Janniaux 2024-02-06 20:53:29 +01:00 committed by Steve Lhomme
parent 9e16be803a
commit bd3fc34c8f
1 changed files with 3 additions and 1 deletions

View File

@ -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_ */