Replace Doxygen tags using \ with @
This commit is contained in:
@@ -25,17 +25,17 @@ class TutorialApp : public Application
|
||||
|
||||
/**
|
||||
* Register this type.
|
||||
* \return The TypeId.
|
||||
* @return The TypeId.
|
||||
*/
|
||||
static TypeId GetTypeId();
|
||||
|
||||
/**
|
||||
* Setup the socket.
|
||||
* \param socket The socket.
|
||||
* \param address The destination address.
|
||||
* \param packetSize The packet size to transmit.
|
||||
* \param nPackets The number of packets to transmit.
|
||||
* \param dataRate the data rate to use.
|
||||
* @param socket The socket.
|
||||
* @param address The destination address.
|
||||
* @param packetSize The packet size to transmit.
|
||||
* @param nPackets The number of packets to transmit.
|
||||
* @param dataRate the data rate to use.
|
||||
*/
|
||||
void Setup(Ptr<Socket> socket,
|
||||
Address address,
|
||||
|
||||
Reference in New Issue
Block a user