From f2ff9ac4eacf07063bcb98fde9d696b1107a7a4b Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 31 Mar 2011 18:20:32 +0000 Subject: [PATCH] List only specific files for asynMotorDriver drivers --- documentation/Doxyfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 0f2bb113..bf08a9df 100755 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -575,10 +575,14 @@ WARN_LOGFILE = INPUT = ../../asyn/asyn/miscellaneous/asynPortDriver.cpp \ ../../asyn/asyn/miscellaneous/asynPortDriver.h \ - ../motorApp/MotorSrc \ - ../motorApp/ACRSrc \ - ../motorApp/NewportSrc \ - ../motorApp/MotorSimSrc \ + ../motorApp/MotorSrc/asynMotorDriver.h \ + ../motorApp/MotorSrc/asynMotorDriver.cpp \ + ../motorApp/ACRSrc/ACRMotorDriver.h \ + ../motorApp/ACRSrc/ACRMotorDriver.cpp \ + ../motorApp/NewportSrc/XPSMotorDriver.h \ + ../motorApp/NewportSrc/XPSMotorDriver.cpp \ + ../motorApp/MotorSimSrc/motorSimDriver.h \ + ../motorApp/MotorSimSrc/motorSimDriver.cpp \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is