Re: [Doxygen-users] Hard to find errors
Brought to you by:
dimitri
From: Evan P. <ewp...@gm...> - 2009-12-04 15:24:27
|
Do you have this function defined in a header and a source file? You may have conflicting comment blocks. Evan On Dec 4, 2009, at 10:15 AM, Paul Floyd wrote: > > Quoting René Staffen <Ren...@ag...>: >> this one is easy. > > If only :-( > >> you dokumented a parem (with keyword @param) that does not exist > > The function isn't documented at all: > > DLLEXPORT void adms_checkpoint(char *filename, howT how); > > and in any case, why is Doxygen complaining about arguments like "exec" when the > two arguments are called "filename" and "how"? > > <adms_checkpoint>:1: Warning: argument 'exec' of command @param is not found in > the argument list of adms_checkpoint(char *filename, howT how) > > A+ > Paul > -- > Paul Floyd http://paulf.free.fr > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |