diff mbox series

[3/4] kernel-shark: Fix the file paths used by Doxygen

Message ID 20190920104831.23475-4-y.karadz@gmail.com (mailing list archive)
State Accepted
Headers show
Series Fixes needed for KS 1.1 | expand

Commit Message

Yordan Karadzhov Sept. 20, 2019, 10:48 a.m. UTC
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@gmail.com>
Fixes: d4d68c9 (kernel-shark: Separate trace-cmd and kernelshark)
---
 kernel-shark/Documentation/doxygen/dox_config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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