From 030d9b4ab8c33d37772ed45e62e3fc2fec8b7374 Mon Sep 17 00:00:00 2001 From: Adarsh Rawat Date: Mon, 24 Jun 2024 01:56:59 +0530 Subject: [PATCH] Fix: Back end Graph rendering (#4749) Signed-off-by: Adarsh --- docs/doxygen/doxygen.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index 2de74c7ca58..6b576cf2c40 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -1061,7 +1061,8 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = ../../docs/assets +IMAGE_PATH = ../../docs/assets \ + ../../backends/graphs/resources \ # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program