From f632408facaf4b80a1c524357b8bc8ee68bdcd2e Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 27 Jul 2009 14:48:35 +0000 Subject: [PATCH] Added new driver directories; exclude more vendor files git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9127 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 5c121f5..a8ae296 100755 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -576,11 +576,13 @@ WARN_LOGFILE = INPUT = ../../../asyn/4-11beta/asyn/miscellaneous/asynPortDriver.cpp \ ../../../asyn/4-11beta/asyn/miscellaneous/asynPortDriver.h \ ../ADApp/ADSrc \ - ../ADApp/pluginSrc \ ../ADApp/adscSrc \ + ../ADApp/firewireWinSrc \ ../ADApp/mar345Src \ ../ADApp/marCCDSrc \ + ../ADApp/perkinElmerSrc \ ../ADApp/pilatusSrc \ + ../ADApp/pluginSrc \ ../ADApp/prosilicaSrc \ ../ADApp/roperSrc \ ../ADApp/simDetectorSrc \ @@ -657,8 +659,8 @@ EXCLUDE_SYMLINKS = NO # for example use the pattern */test/* EXCLUDE_PATTERNS = */CDocFile40.h */CExpSetup20.h */CROIRect0.h */CWinx32App20.h \ - */tiny* - + */tiny* */1394*.h */stdafx.h + # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the