1 # Copyright (C) 2014-2024 Free Software Foundation, Inc.
3 # Base doxyfile for GDB.
4 # This file is part of GDB.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # The definitions in this file are shared by several different
20 # renditions of GDB documentation, and should reflect common
21 # GDB practices and assumptions.
23 # (Note that we are not following a common doxygen practice, which is
24 # to include the entirety of doxygen's large default Doxyfile, and
25 # edit it slightly for the project. Instead, these Doxyfile fragments
26 # include only parameter settings that differ from the default.)
30 # Start out with an everything-is-documented assumption. (Later
31 # on we may want to limit to only specific areas.)
35 # These are intended for GDB developers, so include anything flagged
40 # Always dig through subdirectories.
44 INCLUDE_PATH = @srcdir@/../ @srcdir@/../common @srcdir@/../../include/
46 # Exclude testsuite and other subdirectories that do not have any code
47 # that goes into GDB or GDBserver.
49 EXCLUDE = @srcdir@/../gdbserver/ \
53 @srcdir@/../testsuite/ \
57 # Scrub out any stuff that might be a problem for Doxygen.
59 INPUT_FILTER = @srcdir@/filter-for-doxygen
61 # Comment this out (or set to YES) to see lots of finicky complaints.
63 WARN_IF_DOC_ERROR = NO
65 # By default, HTML will be generated.
67 # We are missing javascript to make this work?
68 #HTML_DYNAMIC_SECTIONS = YES
71 #HTML_INDEX_NUM_ENTRIES = 10
73 # We never have a use for a LaTex version of this.
77 # We always want to get to sources easily.
81 FORCE_LOCAL_INCLUDES = YES
83 # We would like to have full macro expansion, but it's very slow.
85 ENABLE_PREPROCESSING = YES
86 #MACRO_EXPANSION = YES
87 #EXPAND_ONLY_PREDEF = YES
88 #PREDEFINED = __attribute__(x)= __extension__=
90 # Suppress the huge volume of chatter.