From fa19bfbb0a19950fcbce8c3ccb0a116faab477d0 Mon Sep 17 00:00:00 2001
From: David Malcolm <dmalcolm@redhat.com>
Date: Tue, 6 Dec 2022 13:26:56 -0500
Subject: [PATCH] contrib: doxygen: add gcc/analyzer subdirectory to INPUT

contrib/ChangeLog:
	* gcc.doxy (INPUT): Add gcc/analyzer subdirectory.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
---
 contrib/gcc.doxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 
-- 
GitLab