[Bug gdb/34186] [gdb/doc] Remove doxygen support
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jun 1 18:15:00 GMT 2026
https://sourceware.org/bugzilla/show_bug.cgi?id=34186
--- Comment #4 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vries@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=94e356ac49f3ffbfb4653372750f9f80d4c0db66
commit 94e356ac49f3ffbfb4653372750f9f80d4c0db66
Author: Tom de Vries <tdevries@suse.de>
Date: Mon Jun 1 20:14:37 2026 +0200
[gdb] Remove '/* *' multi-line comment marker
Doxygen supports a multi-line comment marker '/**'. In GDB we're using
something slightly similar: '/* *' [1].
Drop this and just use '/*'.
Result of:
...
$ find gdb* -type f -name "*.[ch]" -o -name "*.def" \
| egrep -v /testsuite/ \
| xargs sed -i 's%/\* \* %/* %'
...
and manually reverting the change in the comment for BINOP_MUL in
gdb/std-operator.def.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34186
Approved-By: Kevin Buettner <kevinb@redhat.com>
Approved-By: Tom Tromey <tom@tromey.com>
[1] https://sourceware.org/gdb/wiki/DoxygenForGDB
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list