diff options
author | Reid Spencer <reid@x10sys.com> | 2007-08-05 20:06:04 +0000 |
---|---|---|
committer | Reid Spencer <reid@x10sys.com> | 2007-08-05 20:06:04 +0000 |
commit | 37c7cea4847c32beb300b32e46db4805dfe716fa (patch) | |
tree | 5831fafbe745d7f588731089d6b26c6468e315b9 /include/llvm/Support/Mangler.h | |
parent | a7353d3b68d0d49806956e8837827f7e231116ee (diff) | |
download | external_llvm-37c7cea4847c32beb300b32e46db4805dfe716fa.zip external_llvm-37c7cea4847c32beb300b32e46db4805dfe716fa.tar.gz external_llvm-37c7cea4847c32beb300b32e46db4805dfe716fa.tar.bz2 |
Fix minor doxygen nits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40854 91177308-0d34-0410-b5e6-96231b3b80d8
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 |