From 2ceff346526012fcee684a3c5b93cecbbc105568 Mon Sep 17 00:00:00 2001 From: geovah Date: Sun, 9 Jan 2005 14:57:07 +0000 Subject: [PATCH] Update src path as ./src and not /home/gyboth/... --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index ff55089f..eb26b698 100644 --- a/Doxyfile +++ b/Doxyfile @@ -417,7 +417,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /home/gy/progs/bygfoot/1.9/src/ +INPUT = ./src/ # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp