diff --git a/dumux/decoupled/2p/2pproperties.hh b/dumux/decoupled/2p/2pproperties.hh
index 67cf09a6bdf5c583694a50b7e798826f553e94c2..5e486601bebfdb6f8d9eeac320b35c7803bfc55b 100644
--- a/dumux/decoupled/2p/2pproperties.hh
+++ b/dumux/decoupled/2p/2pproperties.hh
@@ -131,8 +131,9 @@ SET_PROP(DecoupledTwoP, Indices)
 typedef DecoupledTwoPIndices<GET_PROP_VALUE(TypeTag, Formulation), 0> type;
 };
 
-//! \cond \private
-//! DEPRECATED TwoPIndices property
+/** \cond \private
+ *  \deprecated TwoPIndices property
+ */
 SET_TYPE_PROP(DecoupledTwoP, TwoPIndices, typename GET_PROP_TYPE(TypeTag, Indices));
 //! \endcond