The Doxygen documentation, including its configuration file, have been moved to another directory. Therefore the paths, used by Doxygen to find its input, have to be changed accordingly. Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> Fixes: d4d68c9 (kernel-shark: Separate trace-cmd and kernelshark) --- kernel-shark/Documentation/doxygen/dox_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-shark/Documentation/doxygen/dox_config b/kernel-shark/Documentation/doxygen/dox_config index 43c7f84..89b9284 100644 --- a/kernel-shark/Documentation/doxygen/dox_config +++ b/kernel-shark/Documentation/doxygen/dox_config @@ -4,7 +4,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "KernelShark" PROJECT_BRIEF = "Kernel Shark is a front-end reader of the Linux kernel tracing data." -INPUT = ../src/ ../src/plugins/ +INPUT = ../../src/ ../../src/plugins/ SOURCE_BROWSER = YES QT_AUTOBRIEF = YES TAB_SIZE = 8 @@ -13,4 +13,4 @@ CASE_SENSE_NAMES = YES SORT_MEMBER_DOCS = NO STRICT_PROTO_MATCHING = YES DOT_MULTI_TARGETS = YES -PROJECT_LOGO = ../icons/KS_logo_stacked.svg +PROJECT_LOGO = ../../icons/KS_logo_stacked.svg -- 2.20.1