doc: Enable use of images by Doxygen.

This commit is contained in:
Ryan Pavlik 2020-05-26 12:00:37 -05:00 committed by Jakob Bornecrantz
parent 4039dc7096
commit 24e466b56f

View file

@ -7,6 +7,9 @@ INPUT = \
@SRCDIR@/src/xrt \
@SRCDIR@/doc
IMAGE_PATH = @SRCDIR@/doc
USE_MDFILE_AS_MAINPAGE = @SRCDIR@/doc/mainpage.md
RECURSIVE = YES
@ -980,7 +983,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH =
#IMAGE_PATH =
# 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