Re: [Doxygen-users] #include causes an error.

2014-01-16 Thread Arthur Schwarz
Nope, but I will. thanks _ From: Albert [mailto:albert.te...@gmail.com] Sent: Thursday, January 16, 2014 10:19 AM To: Arthur Schwarz Cc: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] #include causes an error. Art, Did you have a look at \code, \verbatim

Re: [Doxygen-users] #include causes an error.

2014-01-16 Thread Albert
Art, Did you have a look at \code, \verbatim, or try \# or `#include` Albert On Thu, Jan 16, 2014 at 5:32 PM, Arthur Schwarz wrote: > In my documentation I have: > > * #include > > repeated several times. On each occurrence I get: > >SlipRead.h:37: warning: explicit link request to 'inclu

[Doxygen-users] #include causes an error.

2014-01-16 Thread Arthur Schwarz
In my documentation I have:  * #include repeated several times. On each occurrence I get:    SlipRead.h:37: warning: explicit link request to 'include' could not be resolved Is there any way to escape the # or disable the error indication? Thanks art --