From 48aee04c5c3a50ee4fff70f3e62dca9145ba65f9 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 15 Jul 2025 16:46:08 -0400 Subject: [PATCH 08/41] contrib: add gcc/text-art to Doxygen input contrib/ChangeLog: * gcc.doxy (INPUT): Add directory "gcc/text-art". Signed-off-by: David Malcolm --- contrib/gcc.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc.doxy b/contrib/gcc.doxy index 9e0a1af0e20c..cf3281fe0f46 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 gcc/analyzer +INPUT = gcc gcc/analyzer gcc/text-art # 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 -- 2.26.3