mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
Escape "@function" with \verbatim. [-Wdocumentation]
llvm-svn: 210443
This commit is contained in:
parent
66f09ad041
commit
2d173b5302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user