Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Meyer, Jay (MPAU)
...@smiths-medical.com<mailto:jay.me...@smiths-medical.com> From: Johansen, Martin Etnestad [mailto:martin.etnestad-johan...@atmel.com] Sent: Friday, March 01, 2013 3:13 AM To: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything ArbolOn

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread michael.broida
\ */Utilities/anotherDummyFile.h Does that example help? From: Meyer, Jay (MPAU) [mailto:jay.me...@smiths-medical.com] Sent: Friday, March 01, 2013 8:41 AM To: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Meyer, Jay (MPAU)
www.smiths-medical.com E-Mail: jay.me...@smiths-medical.com<mailto:jay.me...@smiths-medical.com> From: Meyer, Jay (MPAU) Sent: Friday, March 01, 2013 8:16 AM To: doxygen-users@lists.sourceforge.net Subject: RE: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything If I leave the file pa

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Meyer, Jay (MPAU)
...@smiths-medical.com<mailto:jay.me...@smiths-medical.com> From: Johansen, Martin Etnestad [mailto:martin.etnestad-johan...@atmel.com] Sent: Friday, March 01, 2013 3:13 AM To: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything Arb

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Anthony Foiani
Jay -- Rearranging slightly... On Thu, Feb 28, 2013 at 10:22 AM, Meyer, Jay (MPAU) < jay.me...@smiths-medical.com> wrote: > This mailing list is so responsive usually! > > I can only conclude that the question is too stupid to bear a response or > that there is no answer. > Well, if you're a bit

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Ken Kazinski
I did not think that doxygen documented items in standard libraries (i.e. #include ), but will document #include "xxx".     #include And the filename is: cstdlib   How can I pull these files in?   This mailing list is so responsive usually! I can only conclude that the question is too stupi

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Ken Kazinski
/onlinedocs/cpp/Include-Syntax.html > > Best regards, > Martin E. Johansen > > From: Ken Kazinski [mailto:kjkazin...@yahoo.com] > Sent: 1. mars 2013 13:35 > To: doxygen-users@lists.sourceforge.net; Johansen, Martin Etnestad > Subject: Re: [Doxygen-users] INCLUDE_PATH does

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Johansen, Martin Etnestad
Martin E. Johansen From: Ken Kazinski [mailto:kjkazin...@yahoo.com] Sent: 1. mars 2013 13:35 To: doxygen-users@lists.sourceforge.net; Johansen, Martin Etnestad Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything I did not think that doxygen documented items in standard

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread ArbolOne
@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything ArbolOne, I’m not sure if you caught this, but it seems he was referring to his own question. ;-) > On Feb 8, I wrote: Jay, Maybe the file is not valid acco

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread Johansen, Martin Etnestad
.ca] Sent: 1. mars 2013 09:56 To: 'Meyer, Jay (MPAU)'; doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything "I can only conclude that the question is too…" That not very nice! No matter how repugnant your life may be, let u

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-03-01 Thread ArbolOne
...@smiths-medical.com] Sent: Thursday, February 28, 2013 12:23 PM To: doxygen-users@lists.sourceforge.net Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything On Feb 8, I wrote: I do not seem to be able to get doxygen to parse files that are within the scanned dir

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-02-28 Thread Meyer, Jay (MPAU)
On Feb 8, I wrote: I do not seem to be able to get doxygen to parse files that are within the scanned directories if the include looks like: #include And the filename is: cstdlib How can I pull these files in? This mailing list is so responsive usually! I can only conclude that the qu

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-02-27 Thread Anthony Foiani
John -- On Wed, Feb 27, 2013 at 8:56 AM, John Dexter wrote: > Thanks for the reply... > Sure. I'm no expert, I just spent a chunk of last week doing a deep dive into doxygen internals... > > On 27 February 2013 15:47, Anthony Foiani wrote: > >> >> I believe that INPUT is for the files / dire

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-02-27 Thread John Dexter
Thanks for the reply... On 27 February 2013 15:47, Anthony Foiani wrote: > John -- > > On Wed, Feb 27, 2013 at 7:55 AM, John Dexter wrote: > >> I have c:\src\include\logger.h which declares class LoggerBase >> I have a project dir c:\src\myproject which I want to document, which >> contains a fi

Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

2013-02-27 Thread Anthony Foiani
John -- On Wed, Feb 27, 2013 at 7:55 AM, John Dexter wrote: > I have c:\src\include\logger.h which declares class LoggerBase > I have a project dir c:\src\myproject which I want to document, which > contains a file: > > #include > class ProjectLogger : public LoggerBase > { > ... > }; > > > so