summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-01-13 23:11:48 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-01-13 23:11:48 +0000
commitf619e9039a5404203f28bdf09ca3bcf60f64f330 (patch)
tree27be0f8dee948836105b07c034bd79d73d725984
parent9ad2161ea77545365816c97751333dfc29b7fe8c (diff)
downloadllvm-f619e9039a5404203f28bdf09ca3bcf60f64f330.tar.gz
llvm-f619e9039a5404203f28bdf09ca3bcf60f64f330.tar.bz2
llvm-f619e9039a5404203f28bdf09ca3bcf60f64f330.tar.xz
Remove extra } in documentation comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199162 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/MC/MCAsmBackend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCAsmBackend.h b/include/llvm/MC/MCAsmBackend.h
index f946f41981..9d46b22b8d 100644
--- a/include/llvm/MC/MCAsmBackend.h
+++ b/include/llvm/MC/MCAsmBackend.h
@@ -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.