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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210443 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/JumpInstrTables.h

index 22aee48b680bf4f083c183d4ede5573c8958bac5..6ca3d7d1765f3c56666fc9cdf63d07c820953772 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