summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2007-08-27 19:03:43 +0000
committerAlexandra Ellwood <lxs@mit.edu>2007-08-27 19:03:43 +0000
commit0ba52219a6da34158924e5fc7e5e072e7fe12fed (patch)
treebe3cb703acc27f4586dfce8a7dcad81659dc801d /doc
parentc604956b4f941022db156855b2f63704ef06b8ad (diff)
downloadkrb5-0ba52219a6da34158924e5fc7e5e072e7fe12fed.tar.gz
krb5-0ba52219a6da34158924e5fc7e5e072e7fe12fed.tar.xz
krb5-0ba52219a6da34158924e5fc7e5e072e7fe12fed.zip
Missing ../ in relative path
ticket: 5670 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19883 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/ccapi/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ccapi/Doxyfile b/doc/ccapi/Doxyfile
index 716361b40e..338c9beab3 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 \