From 95c79bfb3a4711ac5e7298fbc07c44b7af692d5b Mon Sep 17 00:00:00 2001 From: Adarsh Date: Sun, 12 May 2024 00:04:47 +0530 Subject: [PATCH] Fix path to header --- docs/doxygen/doxygen.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index 67e4494436..b9af946200 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -948,7 +948,7 @@ INPUT = ../../docs/README.md \ ../../lib \ ../../ir/ir-generated.h \ ../../ir \ - ../../control-plane + ../../control-plane \ ../../LICENSE.md \ #../../LICENSE.md \ # ../../extensions \ @@ -1323,7 +1323,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = header.html +HTML_HEADER = ../../docs/doxygen/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard