[llvm] r241552 - Fix \param in r241472. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 6 21:09:55 PDT 2015


Author: chapuni
Date: Mon Jul  6 23:09:55 2015
New Revision: 241552

URL: http://llvm.org/viewvc/llvm-project?rev=241552&view=rev
Log:
Fix \param in r241472. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/Support/TargetRegistry.h

Modified: llvm/trunk/include/llvm/Support/TargetRegistry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/TargetRegistry.h?rev=241552&r1=241551&r2=241552&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/TargetRegistry.h (original)
+++ llvm/trunk/include/llvm/Support/TargetRegistry.h Mon Jul  6 23:09:55 2015
@@ -352,7 +352,7 @@ public:
   /// createTargetMachine - Create a target specific machine implementation
   /// for the specified \p Triple.
   ///
-  /// \param Triple This argument is used to determine the target machine
+  /// \param TT This argument is used to determine the target machine
   /// feature set; it should always be provided. Generally this should be
   /// either the target triple from the module, or the target triple of the
   /// host if that does not exist.





More information about the llvm-commits mailing list