This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, doc RFA]: New python function lookup_global_symbol


On Tue, Feb 22, 2011 at 8:00 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Tue, 22 Feb 2011 14:50:10 -0800
>> From: Doug Evans <dje@google.com>
>> Cc: gdb-patches@sourceware.org
>>
>> Thanks.
>> Here is what I checked in.
>
> One comment about your commit:
>
>> +is a field of a method's object (e.g., @code{this} in @code{C++}),
>
> We use "C@t{++}" in the manual for the C++ language. ?Putting it all
> in @code is not right, because it isn't a program symbol, and it also
> looks weird in the Info output, where @code is converted to `..'
> quoted string.

Ah, right.  Sorry 'bout that.  Fixed.

I grepped for C++ trying to find the right way to write `C++', but of
course such a grep fails to find C@t{++}.  I wonder how useful it
would be to have a section at the top of the file containing various
formatting hints.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]