It sounds like it's the # on the "include" line, since the error mentions 
"include".

Try escaping that # with a preceding backslash.
See http://www.stack.nl/~dimitri/doxygen/commands.html#cmdhash

If that's not enough, you can try escaping the { and } chars, also, though they 
aren't listed in the docs as requiring escapes.

-----Original Message-----
From: Joel Bodenmann [mailto:j...@unormal.org] 
Sent: Thursday, December 20, 2012 4:15 PM
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] explicit link request could not be resolved

Hello folks,

I do get a warning from doxygen like the following:


         foo.h:49: warning: explicit link request to 'include' could not 
be resolved

          43     /**
          44      * @brief   Should console functions be included.
          45      * @details Defaults to FALSE
          46      * @note    To use chprintf() for printing in a console 
window you need to
          47      *          include in your application source file...
          48      *          #include "chprintf.h"
          49      *          Also in your makefile, as part of your list 
of C source files, include
          50      *          ${CHIBIOS}/os/various/chprintf.c
          51      */


I have really no idea how to fix this issue. Is the problem the $ or the 
{  }  character?
Can anyone help me with this?


Thanks for your help,

~ Tectu

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

This email was sent to you by Thomson Reuters, the global news and information 
company. Any views expressed in this message are those of the individual 
sender, except where the sender specifically states them to be the views of 
Thomson Reuters.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to