diff options
Diffstat (limited to 'include/llvm/Support/Mangler.h')
-rw-r--r-- | include/llvm/Support/Mangler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index b6f9839..1cbc13c 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -71,7 +71,7 @@ public: void setUseQuotes(bool Val) { UseQuotes = Val; } /// setPreserveAsmNames - If the mangler should not strip off the asm name - /// identifier (\001), this should be set. + /// @verbatim identifier (\001), this should be set. @endverbatim void setPreserveAsmNames(bool Val) { PreserveAsmNames = Val; } /// Acceptable Characters - This allows the target to specify which characters |