From ee8664e068bee23c144dcb2bd323dab5321e035a Mon Sep 17 00:00:00 2001 From: "Kevin J." Date: Thu, 27 Feb 2025 03:05:45 +0100 Subject: [PATCH] mini-fix: update docs config for doxygen (#3411) --- scripts/bgfx.doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgfx.doxygen b/scripts/bgfx.doxygen index d8234cec3..a19f390f6 100644 --- a/scripts/bgfx.doxygen +++ b/scripts/bgfx.doxygen @@ -661,7 +661,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = include/bgfx.h README.md +INPUT = include/bgfx/bgfx.h README.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is