Hello Joel

The issue is the #include on line 48. Doxygen sees # as a cross-ref
request. If you enclose line 48 in @code and @endcode, the error should go
away.

- Damon


|------------>
| From:      |
|------------>
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
  |Joel Bodenmann <j...@unormal.org>                                            
                                                                  |
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
  |<doxygen-users@lists.sourceforge.net>                                        
                                                                  |
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
  |12/20/2012 04:16 PM                                                          
                                                                  |
  
>-----------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| 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



------------------------------------------------------------------------------
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