Re: [Doxygen-users] Doxygen-users Digest, Vol 112, Issue 3
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2015-09-08 16:25:31
|
On Fri, Sep 4, 2015 at 11:53 AM, < dox...@li...> wrote: > Date: Fri, 4 Sep 2015 09:00:14 +0100 > From: Frank Peelo <f2...@ei...> > Subject: Re: [Doxygen-users] Another question.... > > So Doxygen > *should* use the names in the prototype, instead of the ones in the .c > file. > I would expect Doxygen to use the parameter names I document. That is, if I put my Doxygen "mark up" on the function definition, I would expect it to use the parameter names in the function definition. If I put my Doxygen "mark up" on the prototype, I would expect it to use the parameter names in the prototype. On the other hand, I have not encountered this issue as the coding standards my team and I work under require the prototypes to exactly match the definitions. |