I declare the following global functions:
/**
* @brief A_Test function
*/
void A_Test();
/**
* @brief B_Test funcion
* @note A_Test() should not have references
*/
void B_Test();
After the document is generated, A_Test()
in the note command of B_Test()
is <a>
tag. What is the command to cancel the reference of A_Test()
in @note A_Test() should not have references
?