Converted all method comments in IRBuilder.h to use doxygen style comments.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 20 Jan 2013 05:03:37 +0000 (05:03 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 20 Jan 2013 05:03:37 +0000 (05:03 +0000)
commit864c2a261a551545b1929dbb4d498fd655f4239d
treeb4055d9672e781999634d4871d88d7ec5d9b6d99
parentbd12e22d7af1609af2b9614dcab2a035d7388a79
Converted all method comments in IRBuilder.h to use doxygen style comments.

This implies changing method documentation from the following style:

/// MethodName - Method description...

to

/// \brief Method description...

ala the LLVM Style Guide.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172959 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h