Changes against latest doxygen

This commit is contained in:
Jaroslav Kysela 2002-02-04 11:18:39 +00:00
parent 5dc9be757c
commit a92f910569
8 changed files with 99 additions and 22 deletions

View file

@ -2530,7 +2530,11 @@ snd_seq_event_t *snd_seq_create_event(void)
*
* this is obsolete. only for compatibility
*/
#ifndef DOXYGEN
int snd_seq_free_event(snd_seq_event_t *ev ATTRIBUTE_UNUSED)
#else
int snd_seq_free_event(snd_seq_event_t *ev)
#endif
{
return 0;
}