Skip to content

Commit d9539e7

Browse files
committed
Fix images not being copied to doxygen generated site
1 parent 16b6e05 commit d9539e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ EXAMPLE_RECURSIVE = NO
10021002
# that contain images that are to be included in the documentation (see the
10031003
# \image command).
10041004

1005-
IMAGE_PATH =
1005+
IMAGE_PATH = .
10061006

10071007
# The INPUT_FILTER tag can be used to specify a program that doxygen should
10081008
# invoke to filter for each input file. Doxygen will invoke the filter program

0 commit comments

Comments
 (0)