Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'odpor-implementation' into 'master'
[simgrid.git] / src / plugins / operation.cpp
index 9092fba..689bd0c 100644 (file)
@@ -394,9 +394,7 @@ IoOpPtr IoOp::set_bytes(double bytes)
   return this;
 }
 
-/** @ingroup plugin_operation
- *  @param bytes The amount of bytes to set.
- */
+/** @ingroup plugin_operation */
 IoOpPtr IoOp::set_op_type(s4u::Io::OpType type)
 {
   kernel::actor::simcall_answered([this, type] { type_ = type; });