Replace Doxygen tags using \ with @

This commit is contained in:
Eduardo Almeida
2024-11-08 18:05:46 +00:00
parent e99d17039b
commit 6ef966c4cf
1800 changed files with 49640 additions and 49640 deletions

View File

@@ -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();

View File

@@ -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();