Skip to content
  • Alexandre Janniaux's avatar
    vlc_threads: fix doxygen warnings · 9cfc1a95
    Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
        include/vlc_threads.h:434: warning: The following parameter of vlc_sem_init(vlc_sem_t *sem, unsigned count) is not documented:
          parameter 'sem'
    
        include/vlc_threads.h:515: warning: The following parameter of vlc_latch_count_down(vlc_latch_t *latch, size_t n) is not documented:
          parameter 'latch'
    
        include/vlc_threads.h:531: warning: The following parameter of vlc_latch_count_down_and_wait(vlc_latch_t *latch, size_t n) is not documented:
          parameter 'latch'
    
        include/vlc_threads.h:508: warning: The following parameter of vlc_latch_init(vlc_latch_t *latch, size_t value) is not documented:
          parameter 'latch'
    9cfc1a95