From: David Malcolm Date: Tue, 6 Dec 2022 18:26:56 +0000 (-0500) Subject: contrib: doxygen: add gcc/analyzer subdirectory to INPUT X-Git-Tag: basepoints/gcc-14~2688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa19bfbb0a19950fcbce8c3ccb0a116faab477d0;p=thirdparty%2Fgcc.git contrib: doxygen: add gcc/analyzer subdirectory to INPUT contrib/ChangeLog: * gcc.doxy (INPUT): Add gcc/analyzer subdirectory. Signed-off-by: David Malcolm --- diff --git a/contrib/gcc.doxy b/contrib/gcc.doxy index a8eeb03c9a0f..9e0a1af0e20c 100644 --- a/contrib/gcc.doxy +++ b/contrib/gcc.doxy @@ -478,7 +478,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = gcc +INPUT = gcc gcc/analyzer # 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 also the default