aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-17 04:08:41 +0000
committerJames Dennett <jdennett@google.com>2012-06-17 04:08:41 +0000
commit11db92c2721da09e8ffc2f58994ed3bb5d23d8b9 (patch)
treede528b0e006ca9dd289009a1c9a4d20af6718e06
parent940a273768b4c13f27e9582987604701deb6e495 (diff)
Documentation cleanup: escaping # characters and adding \brief markup
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158627 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/TargetInfo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h
index aaf8cfe47c..43075cd990 100644
--- a/include/clang/Basic/TargetInfo.h
+++ b/include/clang/Basic/TargetInfo.h
@@ -355,8 +355,7 @@ public:
return ZeroLengthBitfieldBoundary;
}
- /// hasAlignMac68kSupport - Check whether this target support '#pragma options
- /// align=mac68k'.
+ /// \brief Check whether this target support '\#pragma options align=mac68k'.
bool hasAlignMac68kSupport() const {
return HasAlignMac68kSupport;
}
@@ -383,7 +382,7 @@ public:
///===---- Other target property query methods --------------------------===//
- /// getTargetDefines - Appends the target-specific #define values for this
+ /// \brief Appends the target-specific \#define values for this
/// target set to the specified buffer.
virtual void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const = 0;