Re: [Xenomai-core] [PATCH] fix doxygen complaints

2007-08-10 Thread Gilles Chanteperdrix
On 8/10/07, Jan Kiszka <[EMAIL PROTECTED]> wrote:
> Gilles Chanteperdrix wrote:
> >> -/*!
> >> - * \fn int rthal_timer_request(void (*tick_handler) (void), void 
> >> (*mode_emul)(int mode, void *tdev), int (*tick_emul)(unsigned long delay, 
> >> void *tdev), int cpu)
> >> +/**
> >> + * \fn int rthal_timer_request(void (*tick_handler)(void),
> >> + * void (*mode_emul)(enum clock_event_mode mode, struct 
> >> ipipe_tick_device *tdev),
> >> + * int (*tick_emul)(unsigned long delay, struct 
> >> ipipe_tick_device *tdev), int cpu)
> >
> > Doxygen does not like when the function arguments are not on one line.
> > At least some version that was used in the past.
> >
>
> Hmm, I was using Doxygen 1.5.0 here, and there were neither complaints
> during compile-time nor obvious quirks in the output. Maybe this issue
> got fixed in the meantime. What was the precise effect?

I do not remember, either some random parse error, or maybe the
function documentation not appearing in the output.

-- 
   Gilles Chanteperdrix

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PATCH] fix doxygen complaints

2007-08-10 Thread Jan Kiszka
Gilles Chanteperdrix wrote:
>> -/*!
>> - * \fn int rthal_timer_request(void (*tick_handler) (void), void 
>> (*mode_emul)(int mode, void *tdev), int (*tick_emul)(unsigned long delay, 
>> void *tdev), int cpu)
>> +/**
>> + * \fn int rthal_timer_request(void (*tick_handler)(void),
>> + * void (*mode_emul)(enum clock_event_mode mode, struct 
>> ipipe_tick_device *tdev),
>> + * int (*tick_emul)(unsigned long delay, struct 
>> ipipe_tick_device *tdev), int cpu)
> 
> Doxygen does not like when the function arguments are not on one line.
> At least some version that was used in the past.
> 

Hmm, I was using Doxygen 1.5.0 here, and there were neither complaints
during compile-time nor obvious quirks in the output. Maybe this issue
got fixed in the meantime. What was the precise effect?

Jan



signature.asc
Description: OpenPGP digital signature
___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [PATCH] fix doxygen complaints

2007-08-10 Thread Gilles Chanteperdrix
> -/*!
> - * \fn int rthal_timer_request(void (*tick_handler) (void), void 
> (*mode_emul)(int mode, void *tdev), int (*tick_emul)(unsigned long delay, 
> void *tdev), int cpu)
> +/**
> + * \fn int rthal_timer_request(void (*tick_handler)(void),
> + * void (*mode_emul)(enum clock_event_mode mode, struct 
> ipipe_tick_device *tdev),
> + * int (*tick_emul)(unsigned long delay, struct 
> ipipe_tick_device *tdev), int cpu)

Doxygen does not like when the function arguments are not on one line.
At least some version that was used in the past.


-- 
   Gilles Chanteperdrix

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core