Hi,
I am trying to use the EXCLUDE_PATTERNS to exclude certain absolute 
paths, that is, they are relative to the source tree root. I want to 
exclude the directory A/foo/fie where A is the top directory of the 
distribution. I don't want to exclude any other directories, e.g. 
A/fum/foo/fie. I have tried the combinations

EXCLUDE_PATTERNS = foo/fie
EXCLUDE_PATTERNS = foo/fie/*
EXCLUDE_PATTERNS = /foo/fie
EXCLUDE_PATTERNS = ./foo/fie
EXCLUDE_PATTERNS = /home/.../foo/fie (That is, the complete absolute path)

None of them work. The only one that works is EXCLUDE_PATTERNS = 
*/foo/fie/*, which I assume would wrongfully exclude e.g. A/test/foo/fie.

Any help is appreciated.

Regards,
Martin Hansson

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to