Re: [Doxygen-users] Doxygen warnings on macros

2015-08-27 Thread Albert
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 mrithyun

[Doxygen-users] Doxygen warnings on macros

2015-08-26 Thread sai mrithyunjaya
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 y