This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: ObjC fast enumeration documentation


Ralf,

thanks for the tips.  In attach a patch that addresses your points. :-)

Is the patch attached correctly (not as binary) ?

Thanks

-----Original Message-----
From: "Ralf Wildenhues" <Ralf.Wildenhues@gmx.de>
Sent: Monday, 4 October, 2010 20:01
To: "Nicola Pero" <nicola.pero@meta-innovation.com>
Cc: gcc-patches@gnu.org
Subject: Re: ObjC fast enumeration documentation

Hello Nicola,

* Nicola Pero wrote on Mon, Oct 04, 2010 at 01:07:04PM CEST:
> Documentation for ObjC fast enumeration.
> 
> Ok to apply [once fast enumeration has been committed ;-)] ?

Please don't attach patches as binary, that prevents easy quoting and
commenting-upon in replies.

> 2010-10-04  Nicola Pero  <nicola.pero@meta-innovation.com>
> 
>         * doc/objc.texi: Document fast enumeration.

Things you write as
> @code{<collection expression>}

should be @code{@var{collection-expression}} instead; IOW, use @var{X}
for metasyntactic variables X, not <X>.

Thanks,
Ralf

Attachment: patch.txt
Description: Text document


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