Fix doxygen comment syntax.
authorDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:01:36 +0000 (00:01 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:01:36 +0000 (00:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51716 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index efd23e328c8e314d99dd281e2f6718827e142a1d..e013a4dc6debe4a3427fbea9370c818b6d085806 100644 (file)
@@ -55,9 +55,9 @@ protected:
   ///
   void InitializeAliasAnalysis(Pass *P);
 
-  // getAnalysisUsage - All alias analysis implementations should invoke this
-  // directly (using AliasAnalysis::getAnalysisUsage(AU)) to make sure that
-  // TargetData is required by the pass.
+  /// getAnalysisUsage - All alias analysis implementations should invoke this
+  /// directly (using AliasAnalysis::getAnalysisUsage(AU)) to make sure that
+  /// TargetData is required by the pass.
   virtual void getAnalysisUsage(AnalysisUsage &AU) const;
 
 public: