From cc829d36ae188f29077433435574ce4ee73f9ef6 Mon Sep 17 00:00:00 2001 From: Summit Patel Date: Sun, 10 Jun 2012 16:06:37 +0000 Subject: [PATCH] Fixed Doxygen warning. --- gtsam/nonlinear/NonlinearFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/NonlinearFactor.h b/gtsam/nonlinear/NonlinearFactor.h index a01cead24..19c9c6988 100644 --- a/gtsam/nonlinear/NonlinearFactor.h +++ b/gtsam/nonlinear/NonlinearFactor.h @@ -36,7 +36,7 @@ /** * 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) \ virtual gtsam::NonlinearFactor::shared_ptr clone() const { \