From 2011cd99c74d137d265b9f208c80e6c12409ef18 Mon Sep 17 00:00:00 2001 From: jcalcote Date: Mon, 20 Apr 2009 00:24:25 +0000 Subject: [PATCH] Modified xflaim doxygen.in file to point to the right input directory. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1085 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/docs/doxygen/doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xflaim/docs/doxygen/doxyfile.in b/xflaim/docs/doxygen/doxyfile.in index 0844202..bc4f1ce 100644 --- a/xflaim/docs/doxygen/doxyfile.in +++ b/xflaim/docs/doxygen/doxyfile.in @@ -105,7 +105,7 @@ WARN_LOGFILE = doxywarn.txt #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src/xflaim.h +INPUT = ../../src/xflaim.h FILE_PATTERNS = *.c \ *.cc \ *.cxx \