aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2022-12-06 13:26:56 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2022-12-06 13:26:56 -0500
commitfa19bfbb0a19950fcbce8c3ccb0a116faab477d0 (patch)
tree71ec6d0c078cfabb3efd514f2c6745d5add093f9 /contrib
parent14b0d6c4bd973cb564ee56f759b0948693fe8434 (diff)
downloadgcc-fa19bfbb0a19950fcbce8c3ccb0a116faab477d0.zip
gcc-fa19bfbb0a19950fcbce8c3ccb0a116faab477d0.tar.gz
gcc-fa19bfbb0a19950fcbce8c3ccb0a116faab477d0.tar.bz2
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>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc.doxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc.doxy b/contrib/gcc.doxy
index a8eeb03..9e0a1af 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