From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] [gdb] Remove doxygen support
Date: Fri, 29 May 2026 17:20:32 +0200 [thread overview]
Message-ID: <20260529152035.4016664-1-tdevries@suse.de> (raw)
This patch series removes doxygen support.
The first patch removes the ability to generate it.
The second and third patch remove doxygen-specific annotations.
Tested on x86_64-linux.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34186
Tom de Vries (3):
[gdb/doc] Remove doxygen support
[gdb] Remove '/* *' multi-line comment marker
[gdb] Remove \page marker
gdb/cli/cli-script.h | 6 +-
gdb/defs.h | 70 ++++----
gdb/doc/Doxyfile-base.in | 92 ----------
gdb/doc/Doxyfile-gdb-api.in | 39 ----
gdb/doc/Doxyfile-gdb-xref.in | 44 -----
gdb/doc/Doxyfile-gdbserver.in | 45 -----
gdb/doc/Makefile.in | 36 ----
gdb/doc/doxy-index.in | 76 --------
gdb/doc/filter-for-doxygen | 14 --
gdb/doc/filter-params.pl | 11 --
gdb/dwarf2/call-site.h | 30 ++--
gdb/gdbtypes.h | 328 +++++++++++++++++-----------------
gdb/main.h | 2 +-
gdb/std-operator.def | 2 +-
gdb/type-codes.def | 24 +--
gdb/valprint.h | 2 +-
gdbsupport/common-types.h | 12 +-
gdbsupport/host-defs.h | 4 +-
18 files changed, 239 insertions(+), 598 deletions(-)
delete mode 100644 gdb/doc/Doxyfile-base.in
delete mode 100644 gdb/doc/Doxyfile-gdb-api.in
delete mode 100644 gdb/doc/Doxyfile-gdb-xref.in
delete mode 100644 gdb/doc/Doxyfile-gdbserver.in
delete mode 100644 gdb/doc/doxy-index.in
delete mode 100755 gdb/doc/filter-for-doxygen
delete mode 100644 gdb/doc/filter-params.pl
base-commit: 2786cbfa05e3df7f8727eff02a15906eb244aa37
--
2.51.0
next reply other threads:[~2026-05-29 15:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-29 15:20 Tom de Vries [this message]
2026-05-29 15:20 ` [PATCH 1/3] [gdb/doc] " Tom de Vries
2026-05-29 22:56 ` Kevin Buettner
2026-05-29 15:20 ` [PATCH 2/3] [gdb] Remove '/* *' multi-line comment marker Tom de Vries
2026-05-29 23:00 ` Kevin Buettner
2026-05-29 15:20 ` [PATCH 3/3] [gdb] Remove \page marker Tom de Vries
2026-05-29 23:03 ` Kevin Buettner
2026-05-29 23:39 ` [PATCH 0/3] [gdb] Remove doxygen support Kevin Buettner
2026-06-01 11:33 ` Tom de Vries
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260529152035.4016664-1-tdevries@suse.de \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox