Doxygen unable to document for functions in .cpp like Hello All, I have a .cpp file and found that doxygen is unable to document function which contains the following format:
//! //! \brief Test //! and perform operations on those points. //! void CTest::TestTri() EH_Start("CTest::TestTri") { } EH_Stop
The EH_Start and EH_Stop are exception handling mechanisem and causing issues. How can we exclude those? Awaiting for an early positive reply.