From 3ff4642d27dd129a901cbb8fc7964da245348e4f Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 24 Jul 2014 12:43:20 +0000 Subject: [PATCH] - updated doxygen configuration file to exclude third party libraries. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@105 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Doc/doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/doxygen/Doxyfile b/Doc/doxygen/Doxyfile index 28773bfa..706b45cb 100644 --- a/Doc/doxygen/Doxyfile +++ b/Doc/doxygen/Doxyfile @@ -125,7 +125,8 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = */lib/* +EXCLUDE_PATTERNS = */lib/* \ + */third_party/* EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = *