Skip to content
Snippets Groups Projects
Commit bd3fc34c authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

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 3f613a85.
parent 9e16be80
No related branches found
No related tags found
1 merge request!4900include: vlc_poll: fix documentation nesting
Pipeline #435434 passed with stage
in 29 minutes and 6 seconds
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment