improve docstring for HybridGaussianISAM

release/4.3a0
Varun Agrawal 2023-09-18 23:02:36 -04:00
parent 3779f5280d
commit 3a34b79a55
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
namespace gtsam {
/**
* @brief
* @brief Incremental Smoothing and Mapping (ISAM) algorithm
* for hybrid factor graphs.
*
* @ingroup hybrid
*/