Skip to content
  • Alexandre Janniaux's avatar
    vlc_aout: fix doxygen warnings · 5b34f2e5
    Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
        include/vlc_aout.h:438: warning: argument 'ptr' of command @param is not found in the argument list of aout_ChannelReorder(void *, size_t, uint8_t, const uint8_t *, vlc_fourcc_t)
    
        include/vlc_aout.h:438: warning: argument 'bytes' of command @param is not found in the argument list of aout_ChannelReorder(void *, size_t, uint8_t, const uint8_t *, vlc_fourcc_t)
    
        include/vlc_aout.h:438: warning: argument 'channels' of command @param is not found in the argument list of aout_ChannelReorder(void *, size_t, uint8_t, const uint8_t *, vlc_fourcc_t)
    
        include/vlc_aout.h:438: warning: argument 'chans_table' of command @param is not found in the argument list of aout_ChannelReorder(void *, size_t, uint8_t, const uint8_t *, vlc_fourcc_t)
    
        include/vlc_aout.h:438: warning: argument 'fourcc' of command @param is not found in the argument list of aout_ChannelReorder(void *, size_t, uint8_t, const uint8_t *, vlc_fourcc_t)
    
        src/audio_output/output.c:912: warning: The following parameter of aout_DeviceSet(audio_output_t *aout, const char *id) is not documented:
          parameter 'aout'
    
        include/vlc_aout.h:554: warning: argument 'id' of command @param is not found in the argument list of aout_DeviceSet(audio_output_t *aout, const char *d)
    
        include/vlc_aout.h:554: warning: The following parameter of aout_DeviceSet(audio_output_t *aout, const char *d) is not documented:
          parameter 'd'
    
        src/audio_output/output.c:929: warning: The following parameter of aout_DevicesList(audio_output_t *aout, char ***ids, char ***names) is not documented:
          parameter 'aout'
    
        src/audio_output/output.c:851: warning: The following parameter of aout_VolumeUpdate(audio_output_t *aout, int value, float *volp) is not documented:
          parameter 'aout'
    
        include/vlc_aout.h:378: warning: The following parameter of aout_GainRequest(audio_output_t *aout, float gain) is not documented:
          parameter 'aout'
    
        include/vlc_aout.h:367: warning: The following parameter of aout_HotplugReport(audio_output_t *aout, const char *id, const char *name) is not documented:
          parameter 'aout'
    
        include/vlc_aout.h:350: warning: The following parameter of aout_PolicyReport(audio_output_t *aout, bool cork) is not documented:
          parameter 'aout'
    5b34f2e5