From 0ba52219a6da34158924e5fc7e5e072e7fe12fed Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Mon, 27 Aug 2007 19:03:43 +0000 Subject: [PATCH] Missing ../ in relative path ticket: 5670 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19883 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ccapi/Doxyfile b/doc/ccapi/Doxyfile index 716361b40..338c9beab 100644 --- a/doc/ccapi/Doxyfile +++ b/doc/ccapi/Doxyfile @@ -85,7 +85,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../src/include/CredentialsCache.h +INPUT = ../../src/include/CredentialsCache.h INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ -- 2.26.2