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)
commit3478f51cb8ca0f15974c45ae8787d4b2dc73511e
treeaf775b21fb3d3a12176d369a941609c98a4dc3cf
parented514068ccb7ae7d9e980f00fc6e514021caa522
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.

llvm-svn: 172959
llvm/include/llvm/IR/IRBuilder.h