[binutils-gdb] [gdb] Remove \page marker
Tom de Vries
vries@sourceware.org
Mon Jun 1 18:15:04 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=022e48d59804c1178c91600b6d45dfa1e04d96e7
commit 022e48d59804c1178c91600b6d45dfa1e04d96e7
Author: Tom de Vries <tdevries@suse.de>
Date: Mon Jun 1 20:14:37 2026 +0200
[gdb] Remove \page marker
Remove doxygen \page marker in gdb/gdbtypes.h.
Approved-By: Kevin Buettner <kevinb@redhat.com>
Approved-By: Tom Tromey <tom@tromey.com>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34186
Diff:
---
gdb/gdbtypes.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index dc3703d74f9..d08cf73711f 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -22,9 +22,7 @@
#ifndef GDB_GDBTYPES_H
#define GDB_GDBTYPES_H
-/* \page gdbtypes GDB Types
-
- GDB represents all the different kinds of types in programming
+/* GDB represents all the different kinds of types in programming
languages using a common representation defined in gdbtypes.h.
The main data structure is main_type; it consists of a code (such
More information about the Gdb-cvs
mailing list