I have the following function:
void MYMACROTOEXPORTFUNCTION function1()
how do I instruct doxygen to remove the "MYMACROTOEXPORTFUNCTION" part from the documentation and prevent it from being shown? I already used "@cond ... @endcond" without success