Remove extra } in documentation comment
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 13 Jan 2014 23:11:48 +0000 (23:11 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 13 Jan 2014 23:11:48 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199162 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmBackend.h

index f946f41981c8ad5f7b0719da085d91f05f49a937..9d46b22b8d5cdd70a3c5e5dae3111efcafaa1e93 100644 (file)
@@ -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.