[llvm] r199162 - Remove extra } in documentation comment
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jan 13 15:11:48 PST 2014
Author: dexonsmith
Date: Mon Jan 13 17:11:48 2014
New Revision: 199162
URL: http://llvm.org/viewvc/llvm-project?rev=199162&view=rev
Log:
Remove extra } in documentation comment
Modified:
llvm/trunk/include/llvm/MC/MCAsmBackend.h
Modified: llvm/trunk/include/llvm/MC/MCAsmBackend.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAsmBackend.h?rev=199162&r1=199161&r2=199162&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAsmBackend.h (original)
+++ llvm/trunk/include/llvm/MC/MCAsmBackend.h Mon Jan 13 17:11:48 2014
@@ -108,8 +108,6 @@ public:
MCValue &Target, uint64_t &Value,
bool &IsResolved) {}
- /// @}
-
/// applyFixup - Apply the \p Value for given \p Fixup into the provided
/// data fragment, at the offset specified by the fixup and following the
/// fixup kind as appropriate.
More information about the llvm-commits
mailing list