Hi Peng,

On Aug 17, 2012, at 17:27 , Peng Yu <pengyu...@gmail.com> wrote:

> Hi,
> 
> I'm not able to find a way in the manual to customize FILE_PATTERNS
> for each INPUT directory. For example,
> 
> I only want to have *.hpp files from include and *.cpp files from src/
> (there are also *.hpp files in src/, but I don't want them in the
> doxygen output). Besides specifying each file manually in INPUT, is
> there a more intelligent way?

Assuming you have the following directory structure

project_dir/Doxyfile
project_dir/include
project_dir/src

I would put this in the Doxyfile:

INPUT                  = src include
FILE_PATTERNS          = *.hpp *.cpp
EXCLUDE_PATTERNS       = */src/*.hpp

Regards,
  Dimitri

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to