From: Duncan P. N. Exon Smith Date: Mon, 13 Jan 2014 23:11:48 +0000 (+0000) Subject: Remove extra } in documentation comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f619e9039a5404203f28bdf09ca3bcf60f64f330;p=oota-llvm.git Remove extra } in documentation comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199162 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAsmBackend.h b/include/llvm/MC/MCAsmBackend.h index f946f41981c..9d46b22b8d5 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.