* [PATCH] fix some documentation menus
@ 2007-03-23 23:11 Bob Wilson
2007-03-24 17:18 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Bob Wilson @ 2007-03-23 23:11 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
This patch fixes some out-of-order menu entries and removes some menus that
don't match the hierarchical structure of the document.
It also removes some unnecessary next/prev/up arguments from a @node entry,
since they can cause problems for conditional text and since none of the other
nodes (except Top) specify those arguments.
OK?
2007-03-23 Bob Wilson <bob.wilson@acm.org>
* gdb.texinfo (Top): Move TUI and Annotations menu entries to match
the order of the nodes.
(C Operators, C Constants, Debugging C): Remove extra menus.
(Method Names in Commands): Do not specify next/prev/up nodes.
[-- Attachment #2: gdb-doc-menus.patch --]
[-- Type: text/plain, Size: 2065 bytes --]
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.389
diff -u -r1.389 gdb.texinfo
--- gdb.texinfo 26 Feb 2007 20:10:17 -0000 1.389
+++ gdb.texinfo 23 Mar 2007 23:02:09 -0000
@@ -144,11 +144,11 @@
* Configurations:: Configuration-specific information
* Controlling GDB:: Controlling @value{GDBN}
* Sequences:: Canned sequences of commands
-* TUI:: @value{GDBN} Text User Interface
* Interpreters:: Command Interpreters
+* TUI:: @value{GDBN} Text User Interface
* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
-* Annotations:: @value{GDBN}'s annotation interface.
* GDB/MI:: @value{GDBN}'s Machine Interface.
+* Annotations:: @value{GDBN}'s annotation interface.
* GDB Bugs:: Reporting bugs in @value{GDBN}
@@ -9184,10 +9184,6 @@
attempts to invoke the redefined version instead of using the operator's
predefined meaning.
-@menu
-* C Constants::
-@end menu
-
@node C Constants
@subsubsection C and C@t{++} constants
@@ -9248,14 +9244,6 @@
and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
@end itemize
-@menu
-* C plus plus expressions::
-* C Defaults::
-* C Checks::
-
-* Debugging C::
-@end menu
-
@node C plus plus expressions
@subsubsection C@t{++} expressions
@@ -9419,10 +9407,6 @@
with pointers and a memory allocation function. @xref{Expressions,
,Expressions}.
-@menu
-* Debugging C plus plus::
-@end menu
-
@node Debugging C plus plus
@subsubsection @value{GDBN} features for C@t{++}
@@ -9524,7 +9508,7 @@
* The Print Command with Objective-C::
@end menu
-@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
+@node Method Names in Commands
@subsubsection Method Names in Commands
The following commands have been extended to accept Objective-C method
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix some documentation menus
2007-03-23 23:11 [PATCH] fix some documentation menus Bob Wilson
@ 2007-03-24 17:18 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2007-03-24 17:18 UTC (permalink / raw)
To: Bob Wilson; +Cc: gdb-patches
> Date: Fri, 23 Mar 2007 16:11:47 -0700
> From: Bob Wilson <bwilson@tensilica.com>
>
> This patch fixes some out-of-order menu entries and removes some menus that
> don't match the hierarchical structure of the document.
>
> It also removes some unnecessary next/prev/up arguments from a @node entry,
> since they can cause problems for conditional text and since none of the other
> nodes (except Top) specify those arguments.
>
> OK?
Yes, thanks. Please commit this.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-24 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-23 23:11 [PATCH] fix some documentation menus Bob Wilson
2007-03-24 17:18 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox