Replace Doxygen tags using \ with @
This commit is contained in:
@@ -20,7 +20,7 @@ class MyObject : public Object
|
||||
public:
|
||||
/**
|
||||
* Register this type.
|
||||
* \return The TypeId.
|
||||
* @return The TypeId.
|
||||
*/
|
||||
static TypeId GetTypeId()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user