aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-19 19:07:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-19 19:07:54 +0000
commitc773de6d61114820d396e7e758d2594d3b55f92d (patch)
tree4f2a345ee8f55de84bf9b30e68cb7dc4246d875c /include/llvm/CodeGen/AsmPrinter.h
parent6de01632016acef6a8c630fa4263efce8f405a53 (diff)
downloadexternal_llvm-c773de6d61114820d396e7e758d2594d3b55f92d.tar.gz
external_llvm-c773de6d61114820d396e7e758d2594d3b55f92d.tar.bz2
external_llvm-c773de6d61114820d396e7e758d2594d3b55f92d.zip
Fix some doxygen usage in these headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index b8f00e6e07..cf65c9ec32 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -82,7 +82,8 @@ namespace llvm {
/// 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 @@ namespace llvm {
/// 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".