[clang-tools-extra] r184869 - cpp11-migrate: Really fixing doxygen warning

Edwin Vane edwin.vane at intel.com
Tue Jun 25 12:01:19 PDT 2013


Author: revane
Date: Tue Jun 25 14:01:18 2013
New Revision: 184869

URL: http://llvm.org/viewvc/llvm-project?rev=184869&view=rev
Log:
cpp11-migrate: Really fixing doxygen warning

Last attempt at this fix was bogus.


Modified:
    clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h

Modified: clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h?rev=184869&r1=184868&r2=184869&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h (original)
+++ clang-tools-extra/trunk/cpp11-migrate/Core/Transform.h Tue Jun 25 14:01:18 2013
@@ -83,6 +83,7 @@ public:
   /// \brief Constructor
   /// \param Name Name of the transform for human-readable purposes (e.g. -help
   /// text)
+  /// \param Options Global options that affect all Transforms.
   Transform(llvm::StringRef Name, const TransformOptions &Options);
 
   virtual ~Transform();





More information about the cfe-commits mailing list