From 4a9cdb4f6f4aa6fcf840a8a5543f93d947c79894 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Sat, 6 Feb 2021 19:05:05 -0500 Subject: [PATCH] Added paths for Doxygen to search for images in --- Doxyfile.doxygen | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doxyfile.doxygen b/Doxyfile.doxygen index 9cfc94f..6de465d 100644 --- a/Doxyfile.doxygen +++ b/Doxyfile.doxygen @@ -1009,7 +1009,10 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = Hardware \ + Meta \ + Resources \ + Software # 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