Escape "@function" with \verbatim. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Jun 2014 23:25:02 +0000 (23:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Jun 2014 23:25:02 +0000 (23:25 +0000)
llvm-svn: 210443

llvm/include/llvm/CodeGen/JumpInstrTables.h

index 22aee48..6ca3d7d 100644 (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