Re: [Doxygen-users] Doxygen warnings on macros
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-08-27 09:45:05
|
Hi Sai, I think in the comment you have some code with #ifndef, the # implies that a link should be generated. There are a number of possibilities: - use: \#ifndef - use #‌ifndef If this does not solve your case please create a small example. Albert On Thu, Aug 27, 2015 at 7:51 AM, sai mrithyunjaya <ts...@gm...> wrote: > Hi All, > > We have been trying to run a doxygen config file (1.8.10) and got a > warning saying that "warning : explicit link request to 'ifndef' could not > be resolved". > > Same case with #define too. > > So could anyone help us to find a way to to remove such type of warnings. > > Thanks in advance. > > Thank you > Sai > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |