[cfe-commits] r128275 - /cfe/trunk/lib/CodeGen/CGObjCGNU.cpp
Chris Lattner
clattner at apple.com
Fri Mar 25 15:30:38 PDT 2011
On Mar 25, 2011, at 10:45 AM, John McCall wrote:
>
> On Mar 25, 2011, at 7:06 AM, David Chisnall wrote:
>
>> Author: theraven
>> Date: Fri Mar 25 09:06:20 2011
>> New Revision: 128275
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=128275&view=rev
>> Log:
>> Added some doc comments.
>
> The standard style for this is ///; I don't know if the tools only
> recognize that or anything, but it's good to be consistent.
Yes, please use ///. doxygen picks this up and it is more C++'y than /*
-Chris
More information about the cfe-commits
mailing list