From d2e6ba0d106436d1acf36d4cd194203da2234ac6 Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 6 Mar 2012 18:43:59 +0000 Subject: [PATCH] New path to asynPortDriver git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14584 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 9ff2aeb..bd1f067 100755 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = areaDetector # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1-7 +PROJECT_NUMBER = 1-8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -573,8 +573,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../../asyn/asyn/miscellaneous/asynPortDriver.cpp \ - ../../asyn/asyn/miscellaneous/asynPortDriver.h \ +INPUT = ../../asyn/asyn/asynPortDriver/asynPortDriver.cpp \ + ../../asyn/asyn/asynPortDriver/asynPortDriver.h \ ../ADApp/ADSrc \ ../ADApp/PSLSrc \ ../ADApp/URLSrc \