summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-07-08 13:27:47 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-07-12 11:57:57 +0200
commitb9b2c0836f64f375babb75d92b924f3780f20521 (patch)
treeb74f51892f044d56022ad36b21addeff3a85e35e
parentcca5695e6cab64def52c009afc8f055a85f1fde4 (diff)
downloadsssd-b9b2c0836f64f375babb75d92b924f3780f20521.tar.gz
sssd-b9b2c0836f64f375babb75d92b924f3780f20521.tar.xz
sssd-b9b2c0836f64f375babb75d92b924f3780f20521.zip
doxygen: Fix path to header file ipa_hbac.h
Warning: tag INPUT: input source `src/providers/ipa/ipa_hbac.h' does not exist warning: source src/providers/ipa/ipa_hbac.h is not a readable file or directory... skipping. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--src/lib/ipa_hbac/ipa_hbac.doxy.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ipa_hbac/ipa_hbac.doxy.in b/src/lib/ipa_hbac/ipa_hbac.doxy.in
index 6d4a92659..d1e9f995d 100644
--- a/src/lib/ipa_hbac/ipa_hbac.doxy.in
+++ b/src/lib/ipa_hbac/ipa_hbac.doxy.in
@@ -678,7 +678,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @abs_top_srcdir@/src/providers/ipa/ipa_hbac.h
+INPUT = @abs_top_srcdir@/src/lib/ipa_hbac/ipa_hbac.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is