mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
comm doxygen fix
This commit is contained in:
@@ -55,12 +55,12 @@ public:
|
|||||||
*
|
*
|
||||||
* \param bp A parser containing a serialized version of the package
|
* \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;
|
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
|
* \returns A string representing the object
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user