diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-05 20:06:04 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-05 20:06:04 +0000 |
| commit | 446282ae3dc84b418ca58cbd1571eda19bf93123 (patch) | |
| tree | 3c089e806248c8aa801ea6bd9aa3fb654f462dee /llvm/lib/CodeGen/DwarfWriter.cpp | |
| parent | 5dc3672e456e81db6bb015daae231399c05ed343 (diff) | |
| download | bcm5719-llvm-446282ae3dc84b418ca58cbd1571eda19bf93123.tar.gz bcm5719-llvm-446282ae3dc84b418ca58cbd1571eda19bf93123.zip | |
Fix minor doxygen nits.
llvm-svn: 40854
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 9d54d42960c..0ade7a25d5d 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -58,9 +58,9 @@ class DIEValue; //===----------------------------------------------------------------------===// /// DWLabel - Labels are used to track locations in the assembler file. -/// Labels appear in the form <prefix><Tag><Number>, where the tag is a -/// category of label (Ex. location) and number is a value unique in that -/// category. +/// Labels appear in the form @verbatim <prefix><Tag><Number> @endverbatim, +/// where the tag is a category of label (Ex. location) and number is a value +/// unique in that category. class DWLabel { public: /// Tag - Label category tag. Should always be a staticly declared C string. |

