diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/gcc.doxy | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index d883133..f32cb2b 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2025-07-16 David Malcolm <dmalcolm@redhat.com> + + * gcc.doxy (INPUT): Add directory "gcc/text-art". + 2025-07-11 Richard Biener <rguenther@suse.de> * gcc-changelog/git_update_version.py: Stop updating gcc-12 diff --git a/contrib/gcc.doxy b/contrib/gcc.doxy index 9e0a1af..cf3281f 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 |