0

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?

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83
  • 1
    If you mention a function in a note (or anywhere else in a documentation comment), why would you not want a link to that function in the generated documentation? What problem is that link creating for you? – Some programmer dude Oct 17 '22 at 08:24

0 Answers0