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: [wwwdocs] Nits in gcc-4.6/changes.html


>>> * Objective-C and Objective-C++:
>>>
>>>  Most features are available in both languages.  Rather than stating
>>>  this over and over again, which makes the text repetetive and  
>>> boring,
>>>  state it once up-front and only point out exceptions?
>>
>> Nicola, what do you think?
>
> Sure, sounds great.

To clarify, I (personally) would simply replace all the statements

> The Objective-C 2.0 dot-syntax is now supported both in Objective-C
> and Objective-C++.

with the shorter, more readable and less boring --

> The Objective-C 2.0 dot-syntax is now supported.

It's obvious that it applies to both Objective-C and Objective-C++,
because the section is entitled "Objective-C and Objective-C++" ;-)

(the only exception is fast enumeration, which is not implemented
in Objective-C++, and where we could leave the text as it is)

I don't mind other solutions though.  Feel free to make it more readable.


> for the last two entries one could use "Objective-C family" or  
> Objective-C* (if the latter is allowable in GCC docs.)
> comments?

But I would argue against using "Objective-C*" because I find it
unusual and cryptic.  The confused reader won't find it explained
in Wikipedia either.  I'd actually suggest we avoid it in comments
and documentation as a matter of policy.  If not, we should have it
clearly explained somewhere easy to find. ;-)

Thanks


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