vlc_interrupt: fix doxygen warnings

include/vlc_interrupt.h:208: warning: The following parameter of vlc_interrupt_forward_start(vlc_interrupt_t *to, void *data[2]) is not documented:
      parameter 'data'
This commit is contained in:
Alexandre Janniaux 2023-07-06 11:51:51 +02:00 committed by Steve Lhomme
parent 04bb7ce4a1
commit 26cdd1d691
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ VLC_API bool vlc_killed(void) VLC_USED;
* If the calling thread has no interrupt context, this function does nothing.
*
* @param to context to forward to
* @param data opaque data pointer for the callback
*/
VLC_API void vlc_interrupt_forward_start(vlc_interrupt_t *to,
void *data[2]);