From 5890726c61b62eda6e3ab8fda0e88c67d8fdb49d Mon Sep 17 00:00:00 2001
From: Joan Sola <jsola@iri.upc.edu>
Date: Fri, 14 Jan 2022 16:09:00 +0100
Subject: [PATCH] fix doc [skip ci]

---
 include/core/problem/problem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/core/problem/problem.h b/include/core/problem/problem.h
index 3affe6faa..8abc538d8 100644
--- a/include/core/problem/problem.h
+++ b/include/core/problem/problem.h
@@ -411,7 +411,7 @@ class Problem : public std::enable_shared_from_this<Problem>
         // Print and check ---------------------------------------
         /**
          * \brief print wolf tree
-         * \param depth :        levels to show ( 0: H, T, M : 1: H:S:p, T:F, M:L ; 2: T:F:C ; 3: T:F:C:f ; 4: T:F:C:f:c )
+         * \param depth :        levels to show ( 0: H, T, M : 1: H:S, T:F, M:L ; 2: H:S:p, T:F:C ; 3: T:F:C:f ; 4: T:F:C:f:c )
          * \param constr_by:     show factors pointing to F, f and L.
          * \param metric :       show metric info (status, time stamps, state vectors, measurements)
          * \param state_blocks : show state blocks
-- 
GitLab