In doxygen version 1.8.17, the copybrief command fails when used inside a markdown table. This error does not occur with version 1.8.16. I'm running on Windows 10.
For example, if your markdown file contains: |Function | Use ---------------------|--------------------------- ::TestFunction2() | \copybrief TestFunction2() | Doxygen reports: |warning: @copybrief or @copydoc target 'TestFunction2()</td>' not found.| Notice the |</td>| that has been incorrectly appended to the function name in that message. This error does not occur if the referenced function has no parameters. You can work around the problem by appending | | after the copybrief reference. Another work around is to explicitly specify the parameters such as: |\copybrief TestFunction2(int)| I have reported this as issue #7452 <https://github.com/doxygen/doxygen/issues/7542> with a small example case. DonM
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users