GNOME Bugzilla – Bug 632754
The \copydoc Command Requires The Use of C++ Syntax in C# Code
Last modified: 2018-07-30 10:39:52 UTC
I use Doxygen to document my C# code. I tried to use the following copydoc command, but it did not work: \copydoc Fully.Qualified.ClassName At Dimitri's suggestion, I tried using C++ syntax and it worked: \copydoc Fully::Qualified::ClassName The bug is that on this particular command, you cannot use the appropriate syntax for C#. Other commands with virtually idental syntax (like \see Fully.Qualified.ClassName) work fine. Thanks Dimitri!
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!