Doxyfile-gdb-api.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Copyright (C) 2014-2022 Free Software Foundation, Inc.
  2. # Doxygen file for GDB internal API.
  3. # This file is part of GDB.
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. @INCLUDE = Doxyfile-base
  17. PROJECT_NAME = "GDB (API)"
  18. # Enumerate the files to process. In general these should be header
  19. # files with definitions of general interest, rather than ones that
  20. # are specific to a single target or configuration. (The cross
  21. # reference pages are available to developers wanting a list of
  22. # everything.)
  23. INPUT = @srcdir@/../defs.h \
  24. @srcdir@/../gdbtypes.h \
  25. @srcdir@/../minsyms.h \
  26. @srcdir@/../utils.h
  27. HTML_OUTPUT = ./doxy/gdb-api
  28. # Suppress classes/structs local to source files, they are unlikely
  29. # to be of general API interest.
  30. EXTRACT_LOCAL_CLASSES = NO