[vlc-commits] [Git][videolan/vlc][master] include: vlc_poll: fix documentation nesting
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Feb 8 06:43:07 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
bd3fc34c by Alexandre Janniaux at 2024-02-08T06:23:29+00:00
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 3f613a85f58edc1e37d56a1fe7769c9e14981258.
- - - - -
1 changed file:
- include/vlc_poll.h
Changes:
=====================================
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_ */
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bd3fc34c8fbae9f47803b086ac350b78b5436b19
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bd3fc34c8fbae9f47803b086ac350b78b5436b19
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list