1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

comm doxygen fix

This commit is contained in:
Tristan Schnell
2019-09-24 16:58:55 +02:00
parent d0ce601778
commit e88e8a44d5

View File

@@ -55,12 +55,12 @@ public:
*
* \param bp A parser containing a serialized version of the package
*
* \returns true, if the package was parsed successfully, false otherwise
* \returns True, if the package was parsed successfully, false otherwise
*/
virtual bool parseWith(BinParser& bp) = 0;
/*!
* \brief Produces a human readable representation of the package obejct.
* \brief Produces a human readable representation of the package object.
*
* \returns A string representing the object
*/