diff --git a/src/core/model/callback.h b/src/core/model/callback.h index 67655506e..24bb6df3f 100644 --- a/src/core/model/callback.h +++ b/src/core/model/callback.h @@ -324,7 +324,7 @@ class CallbackImpl : public CallbackImplBase return DoGetTypeid(); } - /** \copydoc GetTypeid(). */ + /** \copydoc GetTypeid() */ static std::string DoGetTypeid() { static std::vector vec = {GetCppTypeid(), GetCppTypeid()...};