Fixed Doxygen warning.

release/4.3a0
Summit Patel 2012-06-10 16:06:37 +00:00
parent 6b23258b97
commit cc829d36ae
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
/** /**
* Macro to add a standard clone function to a derived factor * Macro to add a standard clone function to a derived factor
* @DEPRECIATED: will go away shortly - just add the clone function directly * @DEPRECATED: will go away shortly - just add the clone function directly
*/ */
#define ADD_CLONE_NONLINEAR_FACTOR(Derived) \ #define ADD_CLONE_NONLINEAR_FACTOR(Derived) \
virtual gtsam::NonlinearFactor::shared_ptr clone() const { \ virtual gtsam::NonlinearFactor::shared_ptr clone() const { \