[llvm] r319207 - [CodeGen] Fix doxygen \file comment style

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 11:23:40 PST 2017


Author: thegameg
Date: Tue Nov 28 11:23:39 2017
New Revision: 319207

URL: http://llvm.org/viewvc/llvm-project?rev=319207&view=rev
Log:
[CodeGen] Fix doxygen \file comment style

Modified:
    llvm/trunk/lib/CodeGen/MachineOperand.cpp

Modified: llvm/trunk/lib/CodeGen/MachineOperand.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineOperand.cpp?rev=319207&r1=319206&r2=319207&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineOperand.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineOperand.cpp Tue Nov 28 11:23:39 2017
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// /// \file Methods common to all machine operands.
+/// \file Methods common to all machine operands.
 //
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list