From c112f5c583f8c30b3c386e99ef4b95bb5f2cb8ff Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:52:50 -0600 Subject: [PATCH] Fix doxyfile path --- docs/doxygen/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index bfca3fa41..896b53708 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -943,10 +943,10 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../source/lib/omnitrace-user/omnitrace/categories.h \ - ../source/lib/omnitrace-user/omnitrace/causal.h \ - ../source/lib/omnitrace-user/omnitrace/types.h \ - ../source/lib/omnitrace-user/omnitrace/user.h +INPUT = ../../source/lib/omnitrace-user/omnitrace/categories.h \ + ../../source/lib/omnitrace-user/omnitrace/causal.h \ + ../../source/lib/omnitrace-user/omnitrace/types.h \ + ../../source/lib/omnitrace-user/omnitrace/user.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. Doxygen uses