diff --git a/src/ModelTree.hh b/src/ModelTree.hh
index 7ae3f4f50835e9541ee210dc1ff813e994b28c02..f7f3394b3c4b2f83d9ec61cfb5d45278ae69a9a2 100644
--- a/src/ModelTree.hh
+++ b/src/ModelTree.hh
@@ -598,12 +598,7 @@ protected:
 public:
   //! Absolute value under which a number is considered to be zero
   double cutoff{1e-15};
-  //! Compute the minimum feedback set
-  /*!   0 : all endogenous variables are considered as feedback variables
-    1 : the variables belonging to non normalized equation are considered as feedback variables
-    2 : the variables belonging to a non linear equation are considered as feedback variables
-    3 : the variables belonging to a non normalizable non linear equation are considered as feedback variables
-    default value = 0 */
+  // Setting for minimum feedback set computation (see the reference manual)
   int mfs{0};
   //! Declare a node as an equation of the model; also give its line number
   void addEquation(expr_t eq, optional<int> lineno);