[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h DwarfWriter.h
Reid Spencer
reid at x10sys.com
Fri May 19 12:08:10 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
AsmPrinter.h updated: 1.39 -> 1.40
DwarfWriter.h updated: 1.35 -> 1.36
---
Log message:
Fix some doxygen usage in these headers.
---
Diffs of the changes: (+6 -3)
AsmPrinter.h | 6 ++++--
DwarfWriter.h | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.39 llvm/include/llvm/CodeGen/AsmPrinter.h:1.40
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.39 Tue May 9 00:33:28 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h Fri May 19 14:07:54 2006
@@ -82,7 +82,8 @@
/// will enclose any GlobalVariable that points to a function.
/// For example, this is used by the IA64 backend to materialize
/// function descriptors, by decorating the ".data8" object with the
- /// @fptr( ) link-relocation operator.
+ /// \literal @fptr( ) \endliteral
+ /// link-relocation operator.
///
const char *FunctionAddrPrefix; // Defaults to ""
const char *FunctionAddrSuffix; // Defaults to ""
@@ -173,7 +174,8 @@
/// LCOMMDirective - This is the name of a directive (if supported) that can
/// be used to efficiently declare a local (internal) block of zero
/// initialized data in the .bss/.data section. The syntax expected is:
- /// <LCOMMDirective> SYMBOLNAME LENGTHINBYTES, ALIGNMENT
+ /// \literal <LCOMMDirective> SYMBOLNAME LENGTHINBYTES, ALIGNMENT
+ /// \endliteral
const char *LCOMMDirective; // Defaults to null.
const char *COMMDirective; // Defaults to "\t.comm\t".
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.35 llvm/include/llvm/CodeGen/DwarfWriter.h:1.36
--- llvm/include/llvm/CodeGen/DwarfWriter.h:1.35 Tue May 2 20:29:56 2006
+++ llvm/include/llvm/CodeGen/DwarfWriter.h Fri May 19 14:07:54 2006
@@ -279,7 +279,8 @@
void EmitInt64(uint64_t Value) const;
/// EmitString - Emit a string with quotes and a null terminator.
- /// Special characters are emitted properly. (Eg. '\t')
+ /// Special characters are emitted properly.
+ /// \literal (Eg. '\t') \endliteral
void EmitString(const std::string &String) const;
/// PrintLabelName - Print label name in form used by Dwarf writer.
More information about the llvm-commits
mailing list