Escape "@function" with \verbatim. [-Wdocumentation]

llvm-svn: 210443
This commit is contained in:
NAKAMURA Takumi 2014-06-08 23:25:02 +00:00
parent 66f09ad041
commit 2d173b5302

View File

@ -31,11 +31,13 @@ class Module;
/// JumpInstrTableInfo.
///
/// These special functions get lowered in AsmPrinter to assembly of the form:
/// \verbatim
/// .globl f
/// .type f,@function
/// .align 8,0x90
/// f:
/// jmp f_orig@PLT
/// \endverbatim
///
/// Support for an architecture depends on two functions in TargetInstrInfo:
/// getUnconditionalBranch, and getTrap. AsmPrinter uses these to generate the