]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escaping # characters and adding \brief markup
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 04:08:41 +0000 (04:08 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 04:08:41 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158627 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index aaf8cfe47c5694c4dd22fb0bd621f07b52772646..43075cd990ced70ca0aa623b4ad79f69b5d5077b 100644 (file)
@@ -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;