Replace Doxygen tags using \ with @
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ns3
|
||||
/**
|
||||
* Get a message from the subdir.
|
||||
*
|
||||
* \return The message from the subdir
|
||||
* @return The message from the subdir
|
||||
*/
|
||||
std::string ScratchNestedSubdirGetMessage();
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace ns3
|
||||
/**
|
||||
* Get a message from the subdir.
|
||||
*
|
||||
* \return The message from the subdir
|
||||
* @return The message from the subdir
|
||||
*/
|
||||
std::string ScratchSubdirGetMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user