GlobalLayoutBuilder::addFragment(): Prune incorrect usage of \param(s). [-Wdocumentation]
[oota-llvm.git] / include / llvm / Transforms / IPO / LowerBitSets.h
index 46ee59d09643fc039faa33ac5135e50ef6acbc21..ae75b090b49c934690186a1154341efa75eb34cb 100644 (file)
@@ -131,9 +131,9 @@ struct GlobalLayoutBuilder {
   GlobalLayoutBuilder(uint64_t NumObjects)
       : Fragments(1), FragmentMap(NumObjects) {}
 
-  /// Add \param F to the layout while trying to keep its indices contiguous.
-  /// If a previously seen fragment uses any of \param F's indices, that
-  /// fragment will be laid out inside \param F.
+  /// Add F to the layout while trying to keep its indices contiguous.
+  /// If a previously seen fragment uses any of F's indices, that
+  /// fragment will be laid out inside F.
   void addFragment(const std::set<uint64_t> &F);
 };