[binutils-gdb] [gdb] Remove \page marker
Tom de Vries via Gdb-cvs <[email protected]> Mon, 1 Jun 2026 18:15:04 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=022e48d59804c1178c91600b6d45dfa1e04d96e7 commit 022e48d59804c1178c91600b6d45dfa1e04d96e7 Author: Tom de Vries <[email protected]> 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 <[email protected]> Approved-By: Tom Tromey <[email protected]> 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