Here is what I use:

FILE_PATTERNS          = *.c \
                         *.cc \
                         *.cxx \
                         *.cpp \
                         *.c++ \
                         *.h \
                         *.hh \
                         *.hdr \
                         *.hxx \
                         *.hpp \
                         *.h++ \
                         *.inc \
                         *.dox \
                         *.vhd \
                         *.vhdl
INPUT                  = ..\$(our_code_tree)
INCLUDE_PATH           = ..\
      (above is because I run doxygen from a subdir of INPUT)
EXCLUDE                =
EXCLUDE_PATTERNS       = */.svn/* \
                         */_automation/* \
                         */_BuildConfig/* \
                         */_cmake/* \
                         */_doxygen/* \
                         */config/* \
                         */doc/* \
                         */docs/* \
                         */SharedBuildConfig/* \
                         */test/* \
                         */Tests/* \
                         */UnitTests/* \
                         */Utilities/someDummyFile.h \
                         */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


Hello everyone,



Now I see that “*” works for a file pattern, but that is icky because then I 
get all kinds of stuff included.

Then I need a long list of excluded file patterns.



Think I prefer naming explicitly the problematic files.

I have looked for more extensive doc on the allowed special characters in the 
file patterns, but all I see is asterisk documented.

If there is more to it than that, can anyone point me to the doc?


Jay Meyer
Senior Software Engineer
Smiths Medical North America
1265 Grey Fox Road
St. Paul, MN 55112 USA
Tel:  +1 651-628-7600
Fax: +1 651- 628-7093
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<mailto:doxygen-users@lists.sourceforge.net>
Subject: RE: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

If I leave the file pattern empty. It uses defaults.
“*.” does not seem to work either.

Other suggestions?

Jay Meyer
Senior Software Engineer
Smiths Medical North America
1265 Grey Fox Road
St. Paul, MN 55112 USA
Tel:  +1 651-628-7600
Fax: +1 651- 628-7093
www.smiths-medical.com
E-Mail: jay.me...@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<mailto:doxygen-users@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. ;-)


<snip>

>             On Feb 8, I wrote:

</snip>


Jay,

Maybe the file is not valid according to FILE_PATTERN?


Best regards,
                Martin E. Johansen

From: ArbolOne [mailto:arbol...@hotmail.ca]
Sent: 1. mars 2013 09:56
To: 'Meyer, Jay (MPAU)'; 
doxygen-users@lists.sourceforge.net<mailto: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 us keep from using derogatory 
statements to describe each other. Remember… you dislike in others, what you 
hate about yourself.

From: Meyer, Jay (MPAU) [mailto:jay.me...@smiths-medical.com]
Sent: Thursday, February 28, 2013 12:23 PM
To: 
doxygen-users@lists.sourceforge.net<mailto: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 directories if the include looks like:

#include <cstdlib>

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 stupid to bear a response or that 
there is no answer.



Did find one way to do it - explicitly name each file that has no extension in 
the input.

Maybe that's what I need to do?

Jay Meyer
Senior Software Engineer
Smiths Medical North America
1265 Grey Fox Road
St. Paul, MN 55112 USA
Tel:  +1 651-628-7600
Fax: +1 651- 628-7093
www.smiths-medical.com
E-Mail: jay.me...@smiths-medical.com<mailto:jay.me...@smiths-medical.com>

PROPRIETARY: This e-mail contains proprietary information some or all of which 
may be legally privileged. It is intended for the recipient only. If an 
addressing or transmission error has misdirected this e-mail, please notify the 
authority by replying to this e-mail. If you are not the intended recipient you 
must not use, disclose, distribute, copy, print, or rely on this e-mail.

______________________________________________________________________
CAUTION: This message was sent via the Public Internet and its authenticity 
cannot be guaranteed.

PROPRIETARY: This e-mail contains proprietary information some or all of which 
may be legally privileged. It is intended for the recipient only. If an 
addressing or transmission error has misdirected this e-mail, please notify the 
authority by replying to this e-mail. If you are not the intended recipient you 
must not use, disclose, distribute, copy, print, or rely on this e-mail.

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.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to