Skip to content
Snippets Groups Projects
Commit 5890726c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

fix doc [skip ci]

parent 593b53c5
No related branches found
No related tags found
2 merge requests!436Release to start wolf public,!433After 2nd RA-L submission
Pipeline #8362 skipped
...@@ -411,7 +411,7 @@ class Problem : public std::enable_shared_from_this<Problem> ...@@ -411,7 +411,7 @@ class Problem : public std::enable_shared_from_this<Problem>
// Print and check --------------------------------------- // Print and check ---------------------------------------
/** /**
* \brief print wolf tree * \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 constr_by: show factors pointing to F, f and L.
* \param metric : show metric info (status, time stamps, state vectors, measurements) * \param metric : show metric info (status, time stamps, state vectors, measurements)
* \param state_blocks : show state blocks * \param state_blocks : show state blocks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment