diff options
author | Alexandra Ellwood <lxs@mit.edu> | 2007-08-27 19:03:43 +0000 |
---|---|---|
committer | Alexandra Ellwood <lxs@mit.edu> | 2007-08-27 19:03:43 +0000 |
commit | 0ba52219a6da34158924e5fc7e5e072e7fe12fed (patch) | |
tree | be3cb703acc27f4586dfce8a7dcad81659dc801d /doc | |
parent | c604956b4f941022db156855b2f63704ef06b8ad (diff) | |
download | krb5-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/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |