From d700b3557e8b67200484bf727fdb70555c66f587 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 20 Dec 2024 13:57:49 -0600 Subject: [PATCH] Fix documentation Signed-off-by: Addisu Z. Taddese --- include/sdf/Param.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sdf/Param.hh b/include/sdf/Param.hh index db1253b81..7625468b3 100644 --- a/include/sdf/Param.hh +++ b/include/sdf/Param.hh @@ -330,7 +330,6 @@ namespace sdf /// This is meant for internal consumption when cloning elements. /// \param[in] _parentElement Pointer to new parent Element. A nullptr can /// be provided to remove the current parent Element. - /// \param[out] _errors Vector of errors. /// \return True if the parent Element was set. public: bool SetParentElementNoReparse( ElementPtr _parentElement);