This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: improve documentation for block iteration
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 22 Feb 2012 00:08:16 +0200
- Subject: Re: RFA: improve documentation for block iteration
- References: <87r4xornp0.fsf@fleche.redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Date: Tue, 21 Feb 2012 12:28:11 -0700
>
> This needs a doc review.
OK, with one correction:
> +A @code{gdb.Block} is iterable. The iterator returns the symbols
> +@pxref{Symbols In Python} local to the block.
The @pxref needs to be in parentheses.
Thanks.