From 446282ae3dc84b418ca58cbd1571eda19bf93123 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Aug 2007 20:06:04 +0000 Subject: Fix minor doxygen nits. llvm-svn: 40854 --- llvm/lib/CodeGen/DwarfWriter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp') 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 , 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 @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. -- cgit v1.2.3