Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / utils / TableGen / SequenceToOffsetTable.h
index d8ab2eeb25818328d0d142ac30f35849f6b84102..60202b5ade077d90a5f9255de8d022afbd7bfb22 100644 (file)
@@ -29,8 +29,8 @@ namespace llvm {
 /// Compute the layout of a table that contains all the sequences, possibly by
 /// reusing entries.
 ///
-/// @param SeqT The sequence container. (vector or string).
-/// @param Less A stable comparator for SeqT elements.
+/// @tparam SeqT The sequence container. (vector or string).
+/// @tparam Less A stable comparator for SeqT elements.
 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
 class SequenceToOffsetTable {
   typedef typename SeqT::value_type ElemT;