[llvm-commits] [PATCH] Fix method name comments in IR/IRBuilder.h to use doxygen
Michael Gottesman
mgottesman at apple.com
Sat Jan 19 20:19:26 PST 2013
I am pretty sure that I could just commit this, but since the number of changes were large I figured I should send it into the list just in case. I just converted instances of:
/// FunctionName - FunctionDescription…
to
/// \brief FunctionDescription
Ala the llvm style guide.
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Converted-all-method-comments-in-IRBuilder.h-to-use-.patch
Type: application/octet-stream
Size: 24973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130119/e2247b36/attachment.obj>
More information about the llvm-commits
mailing list