Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] [gdb] Remove doxygen support
@ 2026-06-01 10:53 Tom de Vries
  2026-06-01 10:53 ` [PATCH v2 1/4] [gdb/doc] " Tom de Vries
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom de Vries @ 2026-06-01 10:53 UTC (permalink / raw)
  To: gdb-patches

This patch series removes doxygen support.

The first patch removes the ability to generate it.

The second, third and fourth patch remove doxygen-specific annotations.

Tested on x86_64-linux.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34186

Changes in v2:
- fixed nit in second patch
- added fourth patch

Versions:
- v1 https://sourceware.org/pipermail/gdb-patches/2026-May/227689.html

Tom de Vries (4):
  [gdb/doc] Remove doxygen support
  [gdb] Remove '/* *' multi-line comment marker
  [gdb] Remove \page marker
  [gdb] Remove '/**<' comment 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                | 340 +++++++++++++++++-----------------
 gdb/main.h                    |   2 +-
 gdb/type-codes.def            |  58 +++---
 gdb/valprint.h                |   2 +-
 gdbsupport/common-types.h     |  12 +-
 gdbsupport/host-defs.h        |   4 +-
 17 files changed, 261 insertions(+), 620 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: 6c2f6391861d9bec3a983cc80f48e2777e582504
-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-06-01 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 10:53 [PATCH v2 0/4] [gdb] Remove doxygen support Tom de Vries
2026-06-01 10:53 ` [PATCH v2 1/4] [gdb/doc] " Tom de Vries
2026-06-01 10:53 ` [PATCH v2 2/4] [gdb] Remove '/* *' multi-line comment marker Tom de Vries
2026-06-01 10:53 ` [PATCH v2 3/4] [gdb] Remove \page marker Tom de Vries
2026-06-01 10:53 ` [PATCH v2 4/4] [gdb] Remove '/**<' comment marker Tom de Vries
2026-06-01 16:16 ` [PATCH v2 0/4] [gdb] Remove doxygen support Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox