From 44f5d0db4d254fce62af1575a310f9af0534d0dc Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 8 Mar 2010 17:33:55 +0000 Subject: [PATCH] Changed location of asyn git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@10185 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 754dadf..67f5870 100755 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -573,8 +573,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../../../asyn/4-13/asyn/miscellaneous/asynPortDriver.cpp \ - ../../../asyn/4-13/asyn/miscellaneous/asynPortDriver.h \ +INPUT = ../../asyn/asyn/miscellaneous/asynPortDriver.cpp \ + ../../asyn/asyn/miscellaneous/asynPortDriver.h \ ../ADApp/ADSrc \ ../ADApp/adscSrc \ ../ADApp/firewireWinSrc \